diff options
author | Brent Cook <busterb@gmail.com> | 2017-01-13 09:10:59 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2017-01-15 14:52:18 -0600 |
commit | fa20dae3297fd547341021c7bda9b7a567f6a881 (patch) | |
tree | d0fea413f07027cd55927489a7e82da401b0286a /tests/Makefile.am | |
parent | 1d934cd2d85872728c8e17a4f5afed5582980eb3 (diff) | |
download | portable-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.am | 8 |
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 | |||
332 | check_PROGRAMS += timingsafe | 332 | check_PROGRAMS += timingsafe |
333 | timingsafe_SOURCES = timingsafe.c | 333 | timingsafe_SOURCES = timingsafe.c |
334 | 334 | ||
335 | # tlstest | ||
336 | if !HOST_WIN | ||
337 | TESTS += tlstest.sh | ||
338 | check_PROGRAMS += tlstest | ||
339 | tlstest_SOURCES = tlstest.c | ||
340 | EXTRA_DIST += tlstest.sh tlstest.bat | ||
341 | endif | ||
342 | |||
335 | # tls_ext_alpn | 343 | # tls_ext_alpn |
336 | TESTS += tls_ext_alpn | 344 | TESTS += tls_ext_alpn |
337 | check_PROGRAMS += tls_ext_alpn | 345 | check_PROGRAMS += tls_ext_alpn |