diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6861bd3..3497cb5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -101,6 +101,9 @@ add_test(asn1test asn1test) | |||
101 | add_executable(asn1time asn1time.c) | 101 | add_executable(asn1time asn1time.c) |
102 | target_link_libraries(asn1time ${OPENSSL_TEST_LIBS}) | 102 | target_link_libraries(asn1time ${OPENSSL_TEST_LIBS}) |
103 | add_test(asn1time asn1time) | 103 | add_test(asn1time asn1time) |
104 | if(SMALL_TIME_T) | ||
105 | set_property(TEST asn1time PROPERTY WILL_FAIL TRUE) | ||
106 | endif() | ||
104 | 107 | ||
105 | # asn1x509 | 108 | # asn1x509 |
106 | add_executable(asn1x509 asn1x509.c) | 109 | add_executable(asn1x509 asn1x509.c) |
@@ -584,11 +587,7 @@ add_test(rfc3779 rfc3779) | |||
584 | # rfc5280time | 587 | # rfc5280time |
585 | add_executable(rfc5280time rfc5280time.c) | 588 | add_executable(rfc5280time rfc5280time.c) |
586 | target_link_libraries(rfc5280time ${OPENSSL_TEST_LIBS}) | 589 | target_link_libraries(rfc5280time ${OPENSSL_TEST_LIBS}) |
587 | if(SMALL_TIME_T) | 590 | add_test(rfc5280time rfc5280time) |
588 | add_test(rfc5280time ${CMAKE_CURRENT_SOURCE_DIR}/rfc5280time_small.test) | ||
589 | else() | ||
590 | add_test(rfc5280time rfc5280time) | ||
591 | endif() | ||
592 | 591 | ||
593 | # rmd_test | 592 | # rmd_test |
594 | add_executable(rmd_test rmd_test.c) | 593 | add_executable(rmd_test rmd_test.c) |