aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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 aa00455..d09b9da 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -769,11 +769,6 @@ add_executable(x509attribute x509attribute.c)
769target_link_libraries(x509attribute ${OPENSSL_TEST_LIBS}) 769target_link_libraries(x509attribute ${OPENSSL_TEST_LIBS})
770add_test(x509attribute x509attribute) 770add_test(x509attribute x509attribute)
771 771
772# x509_algor
773add_executable(x509_algor x509_algor.c)
774target_link_libraries(x509_algor ${OPENSSL_TEST_LIBS})
775add_test(x509_algor x509_algor)
776
777# x509_asn1 772# x509_asn1
778add_executable(x509_asn1 x509_asn1.c) 773add_executable(x509_asn1 x509_asn1.c)
779target_link_libraries(x509_asn1 ${OPENSSL_TEST_LIBS}) 774target_link_libraries(x509_asn1 ${OPENSSL_TEST_LIBS})
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5d87bde..b860ace 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -775,11 +775,6 @@ TESTS += x509attribute
775check_PROGRAMS += x509attribute 775check_PROGRAMS += x509attribute
776x509attribute_SOURCES = x509attribute.c 776x509attribute_SOURCES = x509attribute.c
777 777
778# x509_algor
779TESTS += x509_algor
780check_PROGRAMS += x509_algor
781x509_algor_SOURCES = x509_algor.c
782
783# x509_asn1 778# x509_asn1
784TESTS += x509_asn1 779TESTS += x509_asn1
785check_PROGRAMS += x509_asn1 780check_PROGRAMS += x509_asn1