diff options
| author | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-05-03 11:52:52 +0900 |
|---|---|---|
| committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-05-15 00:38:18 +0900 |
| commit | 75214be92b82a922d9c6eb2d463ac03b79d8eda1 (patch) | |
| tree | 758fa310f0313eae15eb744197abe2c42bdbf652 | |
| parent | 96ae00533a571c5ca1c76ef3afe39bb9b43255ac (diff) | |
| download | portable-75214be92b82a922d9c6eb2d463ac03b79d8eda1.tar.gz portable-75214be92b82a922d9c6eb2d463ac03b79d8eda1.tar.bz2 portable-75214be92b82a922d9c6eb2d463ac03b79d8eda1.zip | |
Add regression tlslegacy
| -rw-r--r-- | tests/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | tests/Makefile.am | 5 |
2 files changed, 10 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) |
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5024c45..e1f83cf 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
| @@ -449,6 +449,11 @@ TESTS += tlsexttest | |||
| 449 | check_PROGRAMS += tlsexttest | 449 | check_PROGRAMS += tlsexttest |
| 450 | tlsexttest_SOURCES = tlsexttest.c | 450 | tlsexttest_SOURCES = tlsexttest.c |
| 451 | 451 | ||
| 452 | # tlslegacytest | ||
| 453 | TESTS += tlslegacytest | ||
| 454 | check_PROGRAMS += tlslegacytest | ||
| 455 | tlslegacytest_SOURCES = tlslegacytest.c | ||
| 456 | |||
| 452 | # tlstest | 457 | # tlstest |
| 453 | TESTS += tlstest.sh | 458 | TESTS += tlstest.sh |
| 454 | check_PROGRAMS += tlstest | 459 | check_PROGRAMS += tlstest |
