diff options
| -rw-r--r-- | tests/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | tests/Makefile.am | 5 |
2 files changed, 10 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}) |
diff --git a/tests/Makefile.am b/tests/Makefile.am index f340f78..ddb3d05 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
| @@ -479,6 +479,11 @@ TESTS += x25519test | |||
| 479 | check_PROGRAMS += x25519test | 479 | check_PROGRAMS += x25519test |
| 480 | x25519test_SOURCES = x25519test.c | 480 | x25519test_SOURCES = x25519test.c |
| 481 | 481 | ||
| 482 | # x509attribute | ||
| 483 | TESTS += x509attribute | ||
| 484 | check_PROGRAMS += x509attribute | ||
| 485 | x509attribute_SOURCES = x509attribute.c | ||
| 486 | |||
| 482 | # x509name | 487 | # x509name |
| 483 | TESTS += x509name | 488 | TESTS += x509name |
| 484 | check_PROGRAMS += x509name | 489 | check_PROGRAMS += x509name |
