Browse Source

Test threads when appropriate

Eric Andersen 22 năm trước cách đây
mục cha
commit
d004eec6dc
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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