Parcourir la source

Test threads when appropriate

Eric Andersen il y a 22 ans
Parent
commit
d004eec6dc
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      test/Makefile

+ 3 - 0
test/Makefile

@@ -34,6 +34,9 @@ ifeq ($(strip $(HAVE_SHARED)),true)
 	DIRS += ldso
   endif	
 endif	
+ifeq ($(strip $(INCLUDE_THREADS)),true)
+    DIRS += pthread
+endif	
 
 all: subdirs