浏览代码

Test threads when appropriate

Eric Andersen 23 年之前
父节点
当前提交
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