瀏覽代碼

Test threads when appropriate

Eric Andersen 22 年之前
父節點
當前提交
d004eec6dc
共有 1 個文件被更改,包括 3 次插入0 次删除
  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