diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | tests/Makefile.am | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8df7f09..58895ad 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
| @@ -396,6 +396,12 @@ add_executable(record_layer_test record_layer_test.c) | |||
| 396 | target_link_libraries(record_layer_test ${OPENSSL_TEST_LIBS}) | 396 | target_link_libraries(record_layer_test ${OPENSSL_TEST_LIBS}) |
| 397 | add_test(record_layer_test record_layer_test) | 397 | add_test(record_layer_test record_layer_test) |
| 398 | 398 | ||
| 399 | # rfc3779 | ||
| 400 | add_executable(rfc3779 rfc3779.c) | ||
| 401 | set_source_files_properties(rfc3779.c PROPERTIES COMPILE_FLAGS -D__unused=) | ||
| 402 | target_link_libraries(rfc3779 ${OPENSSL_TEST_LIBS}) | ||
| 403 | add_test(rfc3779 rfc3779) | ||
| 404 | |||
| 399 | # rfc5280time | 405 | # rfc5280time |
| 400 | add_executable(rfc5280time rfc5280time.c) | 406 | add_executable(rfc5280time rfc5280time.c) |
| 401 | target_link_libraries(rfc5280time ${OPENSSL_TEST_LIBS}) | 407 | target_link_libraries(rfc5280time ${OPENSSL_TEST_LIBS}) |
diff --git a/tests/Makefile.am b/tests/Makefile.am index 4dc97e6..6ba51ba 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
| @@ -403,6 +403,12 @@ TESTS += record_layer_test | |||
| 403 | check_PROGRAMS += record_layer_test | 403 | check_PROGRAMS += record_layer_test |
| 404 | record_layer_test_SOURCES = record_layer_test.c | 404 | record_layer_test_SOURCES = record_layer_test.c |
| 405 | 405 | ||
| 406 | # rfc3779 | ||
| 407 | TESTS += rfc3779 | ||
| 408 | rfc3779_CPPFLAGS = $(AM_CPPFLAGS) -D__unused= | ||
| 409 | check_PROGRAMS += rfc3779 | ||
| 410 | rfc3779_SOURCES = rfc3779.c | ||
| 411 | |||
| 406 | # rfc5280time | 412 | # rfc5280time |
| 407 | check_PROGRAMS += rfc5280time | 413 | check_PROGRAMS += rfc5280time |
| 408 | rfc5280time_SOURCES = rfc5280time.c | 414 | rfc5280time_SOURCES = rfc5280time.c |
