Add a "run" target to build and run the cgtests.

This uses the run-tests script.
This commit is contained in:
Adam Sampson 2008-04-08 15:17:40 +00:00
parent 8625859773
commit 474e805c75

View File

@ -14,6 +14,9 @@ checkout:
%: %.occ
./tock -vk --backend=$(BACKEND) -o $@ $<
run: $(tests)
cd cgtests && ./run-tests
run-all: $(addprefix run-,$(tests))
run-cgtests/%: cgtests/%