diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 5 |
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) | |||
727 | target_link_libraries(x509attribute ${OPENSSL_TEST_LIBS}) | 727 | target_link_libraries(x509attribute ${OPENSSL_TEST_LIBS}) |
728 | add_test(x509attribute x509attribute) | 728 | add_test(x509attribute x509attribute) |
729 | 729 | ||
730 | # x509_asn1 | ||
731 | add_executable(x509_asn1 x509_asn1.c) | ||
732 | target_link_libraries(x509_asn1 ${OPENSSL_TEST_LIBS}) | ||
733 | add_test(x509_asn1 x509_asn1) | ||
734 | |||
730 | # x509_info | 735 | # x509_info |
731 | add_executable(x509_info x509_info.c) | 736 | add_executable(x509_info x509_info.c) |
732 | target_link_libraries(x509_info ${OPENSSL_TEST_LIBS}) | 737 | target_link_libraries(x509_info ${OPENSSL_TEST_LIBS}) |