Added the -v flag when compiling the cgtests, so that I have something to look at

This commit is contained in:
Neil Brown 2008-02-27 20:35:26 +00:00
parent a4424ee82d
commit 8da136a3b6

View File

@ -175,10 +175,10 @@ cgtests/cgtest00.occ:
# In future we should give the version compiled using the C++ backend a different extension:
make-cgtests-c: tock cgtests/cgtest00.occ clean-cgtests
sh ./compile-cgtests --backend=c
sh ./compile-cgtests --backend=c -v
make-cgtests-cpp: tock cgtests/cgtest00.occ clean-cgtests
sh ./compile-cgtests --backend=cppcsp
sh ./compile-cgtests --backend=cppcsp -v
clean-cgtests:
rm -f cgtests/cgtest??