Add a "run" target to build and run the cgtests.
This uses the run-tests script.
This commit is contained in:
parent
8625859773
commit
474e805c75
|
@ -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/%
|
||||
|
|
Loading…
Reference in New Issue
Block a user