aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2020-09-15 21:38:05 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2020-09-15 21:38:05 +0900
commit1c0b5f07345a5b44e4095feb21b18d0a3f66cd60 (patch)
tree1ba52aa5ac819e8ea987da128927e7aa1ea148d4 /tests/CMakeLists.txt
parent6969cf036e866b88a5d6ed88d876ced85486c5a9 (diff)
downloadportable-1c0b5f07345a5b44e4095feb21b18d0a3f66cd60.tar.gz
portable-1c0b5f07345a5b44e4095feb21b18d0a3f66cd60.tar.bz2
portable-1c0b5f07345a5b44e4095feb21b18d0a3f66cd60.zip
Add regress x509_info.c
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 89e670f..13dd005 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -548,6 +548,11 @@ add_executable(x509attribute x509attribute.c)
548target_link_libraries(x509attribute ${OPENSSL_LIBS}) 548target_link_libraries(x509attribute ${OPENSSL_LIBS})
549add_test(x509attribute x509attribute) 549add_test(x509attribute x509attribute)
550 550
551# x509_info
552add_executable(x509_info x509_info.c)
553target_link_libraries(x509_info ${OPENSSL_LIBS})
554add_test(x509_info x509_info)
555
551# x509name 556# x509name
552add_executable(x509name x509name.c) 557add_executable(x509name x509name.c)
553target_link_libraries(x509name ${OPENSSL_LIBS}) 558target_link_libraries(x509name ${OPENSSL_LIBS})