aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ab1f2f1..57347d6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -337,6 +337,9 @@ if !HOST_WIN
337TESTS += tlstest.sh 337TESTS += tlstest.sh
338check_PROGRAMS += tlstest 338check_PROGRAMS += tlstest
339tlstest_SOURCES = tlstest.c 339tlstest_SOURCES = tlstest.c
340if !HAVE_PIPE2
341tlstest_SOURCES += compat/pipe2.c
342endif
340EXTRA_DIST += tlstest.sh tlstest.bat 343EXTRA_DIST += tlstest.sh tlstest.bat
341endif 344endif
342 345