aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>2025-05-05 09:53:14 +0900
committerKenjiro Nakayama <nakayamakenjiro@gmail.com>2025-05-05 10:15:39 +0900
commit0ae0935d694a2f0eebd02fafcf181e6be81b6871 (patch)
treef350942c9d8bfe290a2acd11c26db43e91d3776a /tests
parentf68af9945e7e158dadb6e3e042ed6de0f98a2aac (diff)
downloadportable-0ae0935d694a2f0eebd02fafcf181e6be81b6871.tar.gz
portable-0ae0935d694a2f0eebd02fafcf181e6be81b6871.tar.bz2
portable-0ae0935d694a2f0eebd02fafcf181e6be81b6871.zip
Remove x509name test in preparation for merge into x509_name_test.c
This change cleans up the old test infrastructure in preparation for consolidating the x509name.c test logic into x509_name_test.c. Update CMakeLists.txt and Makefile.am accordingly.
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt5
-rw-r--r--tests/Makefile.am5
2 files changed, 0 insertions, 10 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 417e093..8493614 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -932,11 +932,6 @@ add_executable(x509_name_test x509_name_test.c)
932target_link_libraries(x509_name_test ${OPENSSL_TEST_LIBS}) 932target_link_libraries(x509_name_test ${OPENSSL_TEST_LIBS})
933add_platform_test(x509_name_test x509_name_test) 933add_platform_test(x509_name_test x509_name_test)
934 934
935# x509name
936add_executable(x509name x509name.c)
937target_link_libraries(x509name ${OPENSSL_TEST_LIBS})
938add_platform_test(x509name x509name)
939
940# x509req_ext 935# x509req_ext
941add_executable(x509req_ext x509req_ext.c) 936add_executable(x509req_ext x509req_ext.c)
942target_link_libraries(x509req_ext ${OPENSSL_TEST_LIBS}) 937target_link_libraries(x509req_ext ${OPENSSL_TEST_LIBS})
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 23f8557..350841f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -917,11 +917,6 @@ TESTS += x509_name_test
917check_PROGRAMS += x509_name_test 917check_PROGRAMS += x509_name_test
918x509_name_test_SOURCES = x509_name_test.c 918x509_name_test_SOURCES = x509_name_test.c
919 919
920# x509name
921TESTS += x509name
922check_PROGRAMS += x509name
923x509name_SOURCES = x509name.c
924
925# x509req_ext 920# x509req_ext
926TESTS += x509req_ext 921TESTS += x509req_ext
927check_PROGRAMS += x509req_ext 922check_PROGRAMS += x509req_ext