Changed the cgtests to no longer use a custom garbage collector

This commit is contained in:
Neil Brown 2008-03-10 17:23:37 +00:00
parent c778ff0031
commit 5002b73238

View File

@ -12,7 +12,7 @@ checkout:
svn co http://projects.cs.kent.ac.uk/projects/kroc/svn/kroc/trunk/tests/cgtests
%: %.occ
./tock -vk --backend=$(BACKEND) -o $@ $< +RTS -c
./tock -vk --backend=$(BACKEND) -o $@ $<
run-all: $(addprefix run-,$(tests))