aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2017-01-13 09:10:59 -0600
committerBrent Cook <busterb@gmail.com>2017-01-15 14:52:18 -0600
commitfa20dae3297fd547341021c7bda9b7a567f6a881 (patch)
treed0fea413f07027cd55927489a7e82da401b0286a /tests/Makefile.am
parent1d934cd2d85872728c8e17a4f5afed5582980eb3 (diff)
downloadportable-fa20dae3297fd547341021c7bda9b7a567f6a881.tar.gz
portable-fa20dae3297fd547341021c7bda9b7a567f6a881.tar.bz2
portable-fa20dae3297fd547341021c7bda9b7a567f6a881.zip
start to enable tlstest for portable
Disabled on Windows for now due to pipe2/socketpair support.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7725796..ab1f2f1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -332,6 +332,14 @@ TESTS += timingsafe
332check_PROGRAMS += timingsafe 332check_PROGRAMS += timingsafe
333timingsafe_SOURCES = timingsafe.c 333timingsafe_SOURCES = timingsafe.c
334 334
335# tlstest
336if !HOST_WIN
337TESTS += tlstest.sh
338check_PROGRAMS += tlstest
339tlstest_SOURCES = tlstest.c
340EXTRA_DIST += tlstest.sh tlstest.bat
341endif
342
335# tls_ext_alpn 343# tls_ext_alpn
336TESTS += tls_ext_alpn 344TESTS += tls_ext_alpn
337check_PROGRAMS += tls_ext_alpn 345check_PROGRAMS += tls_ext_alpn