aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt9
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)
101add_executable(asn1time asn1time.c) 101add_executable(asn1time asn1time.c)
102target_link_libraries(asn1time ${OPENSSL_TEST_LIBS}) 102target_link_libraries(asn1time ${OPENSSL_TEST_LIBS})
103add_test(asn1time asn1time) 103add_test(asn1time asn1time)
104if(SMALL_TIME_T)
105 set_property(TEST asn1time PROPERTY WILL_FAIL TRUE)
106endif()
104 107
105# asn1x509 108# asn1x509
106add_executable(asn1x509 asn1x509.c) 109add_executable(asn1x509 asn1x509.c)
@@ -584,11 +587,7 @@ add_test(rfc3779 rfc3779)
584# rfc5280time 587# rfc5280time
585add_executable(rfc5280time rfc5280time.c) 588add_executable(rfc5280time rfc5280time.c)
586target_link_libraries(rfc5280time ${OPENSSL_TEST_LIBS}) 589target_link_libraries(rfc5280time ${OPENSSL_TEST_LIBS})
587if(SMALL_TIME_T) 590add_test(rfc5280time rfc5280time)
588 add_test(rfc5280time ${CMAKE_CURRENT_SOURCE_DIR}/rfc5280time_small.test)
589else()
590 add_test(rfc5280time rfc5280time)
591endif()
592 591
593# rmd_test 592# rmd_test
594add_executable(rmd_test rmd_test.c) 593add_executable(rmd_test rmd_test.c)