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 fa694cd..8d6fa9d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -931,6 +931,11 @@ add_executable(x509_info x509_info.c) | |||
931 | target_link_libraries(x509_info ${OPENSSL_TEST_LIBS}) | 931 | target_link_libraries(x509_info ${OPENSSL_TEST_LIBS}) |
932 | add_platform_test(x509_info x509_info) | 932 | add_platform_test(x509_info x509_info) |
933 | 933 | ||
934 | # x509_name_test | ||
935 | add_executable(x509_name_test x509_name_test.c) | ||
936 | target_link_libraries(x509_name_test ${OPENSSL_TEST_LIBS}) | ||
937 | add_platform_test(x509_name_test x509_name_test) | ||
938 | |||
934 | # x509name | 939 | # x509name |
935 | add_executable(x509name x509name.c) | 940 | add_executable(x509name x509name.c) |
936 | target_link_libraries(x509name ${OPENSSL_TEST_LIBS}) | 941 | target_link_libraries(x509name ${OPENSSL_TEST_LIBS}) |