enable tlstest on win32

This commit is contained in:
Brent Cook
2017-01-15 10:17:32 -06:00
parent 057e7a85b9
commit c53c23c5d8
3 changed files with 1 additions and 5 deletions

View File

@@ -333,7 +333,6 @@ check_PROGRAMS += timingsafe
timingsafe_SOURCES = timingsafe.c
# tlstest
if !HOST_WIN
TESTS += tlstest.sh
check_PROGRAMS += tlstest
tlstest_SOURCES = tlstest.c
@@ -341,7 +340,6 @@ if !HAVE_PIPE2
tlstest_SOURCES += compat/pipe2.c
endif
EXTRA_DIST += tlstest.sh tlstest.bat
endif
# tls_ext_alpn
TESTS += tls_ext_alpn