ref: 2acbf18832cedf7acdc3f6640d343b5f0feb1398
parent: 50a2ca7e32b07d8e5733d2174275b254ce524eb6
author: Ori Bernstein <[email protected]>
date: Tue Jun 19 21:38:14 EDT 2012
make 'make' in tests rebuild the compiler if needed. This makes debugging tests easier.
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,6 @@
# don't build anything for 'all'
all:
+ $(MAKE) -C ..
check:
./test.sh