diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 3d795ef..7d8977c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -491,6 +491,11 @@ if(NOT BUILD_SHARED_LIBS) | |||
491 | add_test(tlsexttest tlsexttest) | 491 | add_test(tlsexttest tlsexttest) |
492 | endif() | 492 | endif() |
493 | 493 | ||
494 | # tlslegacytest | ||
495 | add_executable(tlslegacytest tlslegacytest.c) | ||
496 | target_link_libraries(tlslegacytest ${OPENSSL_LIBS}) | ||
497 | add_test(tlslegacytest tlslegacytest) | ||
498 | |||
494 | # tlstest | 499 | # tlstest |
495 | set(TLSTEST_SRC tlstest.c) | 500 | set(TLSTEST_SRC tlstest.c) |
496 | check_function_exists(pipe2 HAVE_PIPE2) | 501 | check_function_exists(pipe2 HAVE_PIPE2) |