Modified: trunk/testing/Makefile.darwin (85 => 86)
--- trunk/testing/Makefile.darwin 2009-11-02 12:16:00 UTC (rev 85)
+++ trunk/testing/Makefile.darwin 2009-11-02 12:22:21 UTC (rev 86)
@@ -1,4 +1,7 @@
# No workie: dispatch_sema
+
+MAKECMD= $(MAKE) -f Makefile.darwin
+
TESTS= dispatch_apply \
dispatch_api \
dispatch_c99 \
@@ -29,10 +32,10 @@
debuglogs: $(addsuffix .debuglog, $(TESTS))
testbots:
- $(MAKE) test
+ $(MAKECMD) test
test: clean-logs
- $(MAKE) _test
+ $(MAKECMD) _test
_test: all logs debuglogs
@cat *.testlog *.debuglog