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 d09b9da..aa00455 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -769,6 +769,11 @@ add_executable(x509attribute x509attribute.c) | |||
769 | target_link_libraries(x509attribute ${OPENSSL_TEST_LIBS}) | 769 | target_link_libraries(x509attribute ${OPENSSL_TEST_LIBS}) |
770 | add_test(x509attribute x509attribute) | 770 | add_test(x509attribute x509attribute) |
771 | 771 | ||
772 | # x509_algor | ||
773 | add_executable(x509_algor x509_algor.c) | ||
774 | target_link_libraries(x509_algor ${OPENSSL_TEST_LIBS}) | ||
775 | add_test(x509_algor x509_algor) | ||
776 | |||
772 | # x509_asn1 | 777 | # x509_asn1 |
773 | add_executable(x509_asn1 x509_asn1.c) | 778 | add_executable(x509_asn1 x509_asn1.c) |
774 | target_link_libraries(x509_asn1 ${OPENSSL_TEST_LIBS}) | 779 | target_link_libraries(x509_asn1 ${OPENSSL_TEST_LIBS}) |