diff options
author | Theo Buehler <tb@openbsd.org> | 2023-07-11 13:42:59 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-07-11 13:42:59 -0600 |
commit | 8450ca8c073af0ecd12bd938261bcb4aeb86db6b (patch) | |
tree | 59073c4fbc467f08f44581bc03deb7570567d0e5 /tests/Makefile.am | |
parent | d36f70674fa41bd30cb383222cd91ea5e2267a3b (diff) | |
download | portable-8450ca8c073af0ecd12bd938261bcb4aeb86db6b.tar.gz portable-8450ca8c073af0ecd12bd938261bcb4aeb86db6b.tar.bz2 portable-8450ca8c073af0ecd12bd938261bcb4aeb86db6b.zip |
Reenable clienttest and servertest
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 646c927..28d7d0f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -284,8 +284,7 @@ check_PROGRAMS += cipherstest | |||
284 | cipherstest_SOURCES = cipherstest.c | 284 | cipherstest_SOURCES = cipherstest.c |
285 | 285 | ||
286 | # clienttest | 286 | # clienttest |
287 | # Disabled for now after removal of TLS 1.0/1.1 support | 287 | TESTS += clienttest |
288 | #TESTS += clienttest | ||
289 | check_PROGRAMS += clienttest | 288 | check_PROGRAMS += clienttest |
290 | clienttest_SOURCES = clienttest.c | 289 | clienttest_SOURCES = clienttest.c |
291 | 290 | ||
@@ -622,8 +621,7 @@ rsa_test_SOURCES = rsa_test.c | |||
622 | # server.c | 621 | # server.c |
623 | 622 | ||
624 | # servertest | 623 | # servertest |
625 | # Disabled for now after removal of TLS 1.0/1.1 support | 624 | TESTS += servertest.sh |
626 | #TESTS += servertest.sh | ||
627 | check_PROGRAMS += servertest | 625 | check_PROGRAMS += servertest |
628 | servertest_SOURCES = servertest.c | 626 | servertest_SOURCES = servertest.c |
629 | EXTRA_DIST += servertest.sh servertest.bat | 627 | EXTRA_DIST += servertest.sh servertest.bat |