Revision: 30 http://trac.macosforge.org/projects/libdispatch/changeset/30 Author: kvv@apple.com Date: 2009-09-14 13:53:29 -0700 (Mon, 14 Sep 2009) Log Message: ----------- Minor fix to makefile to allow `make test`. Modified Paths: -------------- trunk/testing/Makefile Modified: trunk/testing/Makefile =================================================================== --- trunk/testing/Makefile 2009-09-14 20:53:04 UTC (rev 29) +++ trunk/testing/Makefile 2009-09-14 20:53:29 UTC (rev 30) @@ -22,7 +22,7 @@ dispatch_readsync \ nsoperation -all: harness summarize bench $(TESTS) +all: harness summarize $(TESTS) @lipo -remove x86_64 -output dispatch_timer_bit31 dispatch_timer_bit31 2>/dev/null || true logs: $(addsuffix .testlog, $(TESTS))
participants (1)
-
source_changes@macosforge.org