diff options
-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 9df5d93..537ed8f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -93,6 +93,11 @@ add_executable(asn1x509 asn1x509.c) | |||
93 | target_link_libraries(asn1x509 ${OPENSSL_TEST_LIBS}) | 93 | target_link_libraries(asn1x509 ${OPENSSL_TEST_LIBS}) |
94 | add_test(asn1x509 asn1x509) | 94 | add_test(asn1x509 asn1x509) |
95 | 95 | ||
96 | # asn1_string_to_utf8 | ||
97 | add_executable(asn1_string_to_utf8 asn1_string_to_utf8.c) | ||
98 | target_link_libraries(asn1_string_to_utf8 ${OPENSSL_TEST_LIBS}) | ||
99 | add_test(asn1_string_to_utf8 asn1_string_to_utf8) | ||
100 | |||
96 | # base64test | 101 | # base64test |
97 | add_executable(base64test base64test.c) | 102 | add_executable(base64test base64test.c) |
98 | target_link_libraries(base64test ${OPENSSL_TEST_LIBS}) | 103 | target_link_libraries(base64test ${OPENSSL_TEST_LIBS}) |