diff options
| -rw-r--r-- | tests/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | tests/Makefile.am | 5 |
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) | |||
| 932 | target_link_libraries(x509_name_test ${OPENSSL_TEST_LIBS}) | 932 | target_link_libraries(x509_name_test ${OPENSSL_TEST_LIBS}) |
| 933 | add_platform_test(x509_name_test x509_name_test) | 933 | add_platform_test(x509_name_test x509_name_test) |
| 934 | 934 | ||
| 935 | # x509name | ||
| 936 | add_executable(x509name x509name.c) | ||
| 937 | target_link_libraries(x509name ${OPENSSL_TEST_LIBS}) | ||
| 938 | add_platform_test(x509name x509name) | ||
| 939 | |||
| 940 | # x509req_ext | 935 | # x509req_ext |
| 941 | add_executable(x509req_ext x509req_ext.c) | 936 | add_executable(x509req_ext x509req_ext.c) |
| 942 | target_link_libraries(x509req_ext ${OPENSSL_TEST_LIBS}) | 937 | target_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 | |||
| 917 | check_PROGRAMS += x509_name_test | 917 | check_PROGRAMS += x509_name_test |
| 918 | x509_name_test_SOURCES = x509_name_test.c | 918 | x509_name_test_SOURCES = x509_name_test.c |
| 919 | 919 | ||
| 920 | # x509name | ||
| 921 | TESTS += x509name | ||
| 922 | check_PROGRAMS += x509name | ||
| 923 | x509name_SOURCES = x509name.c | ||
| 924 | |||
| 925 | # x509req_ext | 920 | # x509req_ext |
| 926 | TESTS += x509req_ext | 921 | TESTS += x509req_ext |
| 927 | check_PROGRAMS += x509req_ext | 922 | check_PROGRAMS += x509req_ext |
