Skip to content

Commit

Permalink
Unhook string_table test. It will go away.
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Dec 15, 2023
1 parent 541e39c commit fc00820
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ tests/ssl_methods*
tests/ssl_set_alpn_protos*
tests/ssl_verify_param*
tests/ssl_versions*
tests/string_table*
tests/timingsafe*
tests/tls_ext_alpn*
tests/tls_prf*
Expand Down
5 changes: 0 additions & 5 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 0 additions & 5 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc00820

Please sign in to comment.