From fc008206b3b67f763f4de7b19887a095a7ac05d0 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 15 Dec 2023 22:29:00 +0100 Subject: Unhook string_table test. It will go away. --- tests/CMakeLists.txt | 5 ----- tests/Makefile.am | 5 ----- 2 files changed, 10 deletions(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index aa00455..2beaa29 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -670,11 +670,6 @@ else() endif() set_tests_properties(ssltest PROPERTIES ENVIRONMENT "srcdir=${TEST_SOURCE_DIR}") -# string_table -add_executable(string_table string_table.c) -target_link_libraries(string_table ${OPENSSL_TEST_LIBS}) -add_test(string_table string_table) - # testdsa if(NOT MSVC) add_test(NAME testdsa COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/testdsa.sh) diff --git a/tests/Makefile.am b/tests/Makefile.am index 5d87bde..5ca0fe9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -698,11 +698,6 @@ EXTRA_DIST += server2-ecdsa.pem server2-rsa-chain.pem server2-rsa.pem EXTRA_DIST += server3-ecdsa-chain.pem server3-ecdsa.pem server3-rsa-chain.pem EXTRA_DIST += server3-rsa.pem -# string_table -TESTS += string_table -check_PROGRAMS += string_table -string_table_SOURCES = string_table.c - # testdsa TESTS += testdsa.sh EXTRA_DIST += testdsa.sh testdsa.bat -- cgit v1.2.3-55-g6feb