diff options
author | Brent Cook <busterb@gmail.com> | 2017-01-15 10:17:32 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2017-01-15 16:00:17 -0600 |
commit | c53c23c5d8a4de5c231a282e1bd70b7f3b1b438f (patch) | |
tree | 7741914c7f4d10ce73a59911b95c21d284981510 /tests/Makefile.am | |
parent | 057e7a85b903e431fa6a7236bb739d04a6e7a9c5 (diff) | |
download | portable-c53c23c5d8a4de5c231a282e1bd70b7f3b1b438f.tar.gz portable-c53c23c5d8a4de5c231a282e1bd70b7f3b1b438f.tar.bz2 portable-c53c23c5d8a4de5c231a282e1bd70b7f3b1b438f.zip |
enable tlstest on win32
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 57347d6..c5dd713 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -333,7 +333,6 @@ check_PROGRAMS += timingsafe | |||
333 | timingsafe_SOURCES = timingsafe.c | 333 | timingsafe_SOURCES = timingsafe.c |
334 | 334 | ||
335 | # tlstest | 335 | # tlstest |
336 | if !HOST_WIN | ||
337 | TESTS += tlstest.sh | 336 | TESTS += tlstest.sh |
338 | check_PROGRAMS += tlstest | 337 | check_PROGRAMS += tlstest |
339 | tlstest_SOURCES = tlstest.c | 338 | tlstest_SOURCES = tlstest.c |
@@ -341,7 +340,6 @@ if !HAVE_PIPE2 | |||
341 | tlstest_SOURCES += compat/pipe2.c | 340 | tlstest_SOURCES += compat/pipe2.c |
342 | endif | 341 | endif |
343 | EXTRA_DIST += tlstest.sh tlstest.bat | 342 | EXTRA_DIST += tlstest.sh tlstest.bat |
344 | endif | ||
345 | 343 | ||
346 | # tls_ext_alpn | 344 | # tls_ext_alpn |
347 | TESTS += tls_ext_alpn | 345 | TESTS += tls_ext_alpn |