summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-12 09:14:52 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-12 09:14:52 +0000
commitd004eec6dc6946547c9d436b216f2d26127bd8ab (patch)
treed54567d6c97d5282138c6536a268e8d2aca01f7f /test
parentac1a542ba0b64dde7b9ccc8430c9e8cb0ffd7088 (diff)
Test threads when appropriate
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 6653991ba..5fa5baf73 100644
--- a/test/Makefile
+++ b/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