[libdispatch-dev] [PATCH] Do not build the unit tests by default

Mark Heily mark at heily.com
Mon Jun 7 19:19:12 PDT 2010


This patch will prevent the unit tests from being built when "make" is run 
from the top-level project directory. This is helpful when porting 
libdispatch to non-BSD platforms.

   - Mark

Index: Makefile.am
===================================================================
--- Makefile.am	(revision 188)
+++ Makefile.am	(working copy)
@@ -6,5 +6,6 @@
  SUBDIRS=		\
  	dispatch	\
  	man		\
-	src		\
-	testing
+	src		
+
+DIST_SUBDIRS=testing


More information about the libdispatch-dev mailing list