Add a checkout target to cgtests.mk.
This commit is contained in:
parent
49585a1922
commit
58f0775411
|
@ -4,6 +4,9 @@ tests = $(patsubst %.occ,%,$(wildcard cgtests/cgtest??.occ))
|
||||||
|
|
||||||
all: $(tests)
|
all: $(tests)
|
||||||
|
|
||||||
|
checkout:
|
||||||
|
svn co http://projects.cs.kent.ac.uk/projects/kroc/svn/kroc/trunk/tests/cgtests
|
||||||
|
|
||||||
cgtests/%: cgtests/%.occ
|
cgtests/%: cgtests/%.occ
|
||||||
./tock -v --backend=cppcsp -o $@ $<
|
./tock -v --backend=cppcsp -o $@ $<
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user