Skip to content
Snippets Groups Projects
Makefile 542 B
Newer Older
Pascal Raymond's avatar
Pascal Raymond committed

test: runtest  lus2lic.time lus2lic.diff
runtest: 
	runtest  --all --tool lus2lic  || true
Pascal Raymond's avatar
Pascal Raymond committed

.PHONY:lus2lic.diff lus2lic.time
lus2lic.diff:
	diff -U 1 -I "Test Run By" -I "testcase \./lus2lic" -I "runtest completed at" \
	  lus2lic.log.ref lus2lic.log > lus2lic.diff || \
	(ls -l lus2lic.diff; exit 1)
lus2lic.time:
	grep "testcase \./lus2lic" lus2lic.log > lus2lic.time
Pascal Raymond's avatar
Pascal Raymond committed

Pascal Raymond's avatar
Pascal Raymond committed

nonreg:
	runtest --all --tool lus2lic  --ignore progression.exp
Pascal Raymond's avatar
Pascal Raymond committed

prog:
	runtest --all 	--tool lus2lic --ignore non-reg.exp