summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2014-07-02 22:19:12 -0400
committerWill Estes <westes575@gmail.com>2014-11-12 05:14:28 -0500
commit2c64f2fa80772cd681f4c358e651accd7868552c (patch)
tree931dffc196f6067496e9ccc212bd014877b3c410 /tests
parent9146975ee4f9ebb119aa759a01eb520c17db8b0f (diff)
use automake conditional around pthread test
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ea94ad8..b9935c4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -110,8 +110,10 @@ DIRECT_TESTS = \
I3_TESTS = \
cxx_yywrap.i3
+if want_pthread
PTHREAD_TESTS = \
pthread.pthread
+endif
ONE_TESTS = \
lineno_nr.one \