aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 27065fb..e29cee0 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -727,6 +727,11 @@ add_executable(x509attribute x509attribute.c)
727target_link_libraries(x509attribute ${OPENSSL_TEST_LIBS}) 727target_link_libraries(x509attribute ${OPENSSL_TEST_LIBS})
728add_test(x509attribute x509attribute) 728add_test(x509attribute x509attribute)
729 729
730# x509_asn1
731add_executable(x509_asn1 x509_asn1.c)
732target_link_libraries(x509_asn1 ${OPENSSL_TEST_LIBS})
733add_test(x509_asn1 x509_asn1)
734
730# x509_info 735# x509_info
731add_executable(x509_info x509_info.c) 736add_executable(x509_info x509_info.c)
732target_link_libraries(x509_info ${OPENSSL_TEST_LIBS}) 737target_link_libraries(x509_info ${OPENSSL_TEST_LIBS})