Explorar el Código

Test threads when appropriate

Eric Andersen hace 22 años
padre
commit
d004eec6dc
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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