diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-13 22:33:34 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-09-14 19:55:45 +0900 |
commit | 0e52cefc5c2aee0d0ae365fe27e53513cd4f9542 (patch) | |
tree | bdf9d8a1b6b95c394f1e9e9be5345b2cafa5a15b /tests/CMakeLists.txt | |
parent | 1ba03da23622e1c9fd18b941452c90837528bd90 (diff) | |
download | portable-0e52cefc5c2aee0d0ae365fe27e53513cd4f9542.tar.gz portable-0e52cefc5c2aee0d0ae365fe27e53513cd4f9542.tar.bz2 portable-0e52cefc5c2aee0d0ae365fe27e53513cd4f9542.zip |
Add regress x509attribute.c
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 0e5c4da..5628430 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -541,6 +541,11 @@ add_executable(x25519test x25519test.c) | |||
541 | target_link_libraries(x25519test ${OPENSSL_LIBS}) | 541 | target_link_libraries(x25519test ${OPENSSL_LIBS}) |
542 | add_test(x25519test x25519test) | 542 | add_test(x25519test x25519test) |
543 | 543 | ||
544 | # x509attribute | ||
545 | add_executable(x509attribute x509attribute.c) | ||
546 | target_link_libraries(x509attribute ${OPENSSL_LIBS}) | ||
547 | add_test(x509attribute x509attribute) | ||
548 | |||
544 | # x509name | 549 | # x509name |
545 | add_executable(x509name x509name.c) | 550 | add_executable(x509name x509name.c) |
546 | target_link_libraries(x509name ${OPENSSL_LIBS}) | 551 | target_link_libraries(x509name ${OPENSSL_LIBS}) |