Skip to content

Commit c4206a9

Browse files
committed
Land #1162 - remove x509name test
2 parents f68af99 + 0ae0935 commit c4206a9

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

tests/CMakeLists.txt

-5
Original file line numberDiff line numberDiff line change
@@ -932,11 +932,6 @@ add_executable(x509_name_test x509_name_test.c)
932932
target_link_libraries(x509_name_test ${OPENSSL_TEST_LIBS})
933933
add_platform_test(x509_name_test x509_name_test)
934934

935-
# x509name
936-
add_executable(x509name x509name.c)
937-
target_link_libraries(x509name ${OPENSSL_TEST_LIBS})
938-
add_platform_test(x509name x509name)
939-
940935
# x509req_ext
941936
add_executable(x509req_ext x509req_ext.c)
942937
target_link_libraries(x509req_ext ${OPENSSL_TEST_LIBS})

tests/Makefile.am

-5
Original file line numberDiff line numberDiff line change
@@ -917,11 +917,6 @@ TESTS += x509_name_test
917917
check_PROGRAMS += x509_name_test
918918
x509_name_test_SOURCES = x509_name_test.c
919919

920-
# x509name
921-
TESTS += x509name
922-
check_PROGRAMS += x509name
923-
x509name_SOURCES = x509name.c
924-
925920
# x509req_ext
926921
TESTS += x509req_ext
927922
check_PROGRAMS += x509req_ext

0 commit comments

Comments
 (0)