[libdispatch-changes] [30] trunk/testing/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 14 13:53:29 PDT 2009


Revision: 30
          http://trac.macosforge.org/projects/libdispatch/changeset/30
Author:   kvv at 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))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20090914/ef40d2c9/attachment.html>


More information about the libdispatch-changes mailing list