diff options
| author | Brent Cook <bcook@openbsd.org> | 2015-07-22 11:42:34 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2015-07-22 11:42:34 -0500 |
| commit | b521a76a464b2bbc3bb44362df8e7d11fb960642 (patch) | |
| tree | 40f8a1caceee378c434885d2bab59ef09e9325f8 /tests | |
| parent | dd0704b17684691ca80d721b4a4675394552c6e0 (diff) | |
| download | portable-b521a76a464b2bbc3bb44362df8e7d11fb960642.tar.gz portable-b521a76a464b2bbc3bb44362df8e7d11fb960642.tar.bz2 portable-b521a76a464b2bbc3bb44362df8e7d11fb960642.zip | |
disable current broken cmake tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 75b299e..d989d2a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
| @@ -11,11 +11,11 @@ include_directories( | |||
| 11 | set(ENV{srcdir} ${CMAKE_CURRENT_SOURCE_DIR}) | 11 | set(ENV{srcdir} ${CMAKE_CURRENT_SOURCE_DIR}) |
| 12 | 12 | ||
| 13 | # aeadtest | 13 | # aeadtest |
| 14 | add_executable(aeadtest aeadtest.c) | 14 | #add_executable(aeadtest aeadtest.c) |
| 15 | target_link_libraries(aeadtest ${OPENSSL_LIBS}) | 15 | #target_link_libraries(aeadtest ${OPENSSL_LIBS}) |
| 16 | add_test(aeadtest aeadtest.sh) | 16 | #add_test(aeadtest aeadtest.sh) |
| 17 | configure_file(aeadtests.txt aeadtests.txt COPYONLY) | 17 | #configure_file(aeadtests.txt aeadtests.txt COPYONLY) |
| 18 | configure_file(aeadtest.sh aeadtest.sh COPYONLY) | 18 | #configure_file(aeadtest.sh aeadtest.sh COPYONLY) |
| 19 | 19 | ||
| 20 | # aes_wrap | 20 | # aes_wrap |
| 21 | add_executable(aes_wrap aes_wrap.c) | 21 | add_executable(aes_wrap aes_wrap.c) |
| @@ -116,9 +116,9 @@ target_link_libraries(enginetest ${OPENSSL_LIBS}) | |||
| 116 | add_test(enginetest enginetest) | 116 | add_test(enginetest enginetest) |
| 117 | 117 | ||
| 118 | # evptest | 118 | # evptest |
| 119 | add_executable(evptest evptest.c) | 119 | #add_executable(evptest evptest.c) |
| 120 | target_link_libraries(evptest ${OPENSSL_LIBS}) | 120 | #target_link_libraries(evptest ${OPENSSL_LIBS}) |
| 121 | add_test(evptest ${CMAKE_CURRENT_SOURCE_DIR}/evptest.sh) | 121 | #add_test(evptest ${CMAKE_CURRENT_SOURCE_DIR}/evptest.sh) |
| 122 | 122 | ||
| 123 | # explicit_bzero | 123 | # explicit_bzero |
| 124 | # explicit_bzero relies on SA_ONSTACK, which is unavailable on Windows | 124 | # explicit_bzero relies on SA_ONSTACK, which is unavailable on Windows |
| @@ -197,9 +197,9 @@ target_link_libraries(poly1305test ${OPENSSL_LIBS}) | |||
| 197 | add_test(poly1305test poly1305test) | 197 | add_test(poly1305test poly1305test) |
| 198 | 198 | ||
| 199 | # pq_test | 199 | # pq_test |
| 200 | add_executable(pq_test pq_test.c) | 200 | #add_executable(pq_test pq_test.c) |
| 201 | target_link_libraries(pq_test ${OPENSSL_LIBS}) | 201 | #target_link_libraries(pq_test ${OPENSSL_LIBS}) |
| 202 | add_test(pq_test ${CMAKE_CURRENT_SOURCE_DIR}/pq_test.sh) | 202 | #add_test(pq_test ${CMAKE_CURRENT_SOURCE_DIR}/pq_test.sh) |
| 203 | 203 | ||
| 204 | # randtest | 204 | # randtest |
| 205 | add_executable(randtest randtest.c) | 205 | add_executable(randtest randtest.c) |
| @@ -242,18 +242,18 @@ target_link_libraries(shatest ${OPENSSL_LIBS}) | |||
| 242 | add_test(shatest shatest) | 242 | add_test(shatest shatest) |
| 243 | 243 | ||
| 244 | # ssltest | 244 | # ssltest |
| 245 | add_executable(ssltest ssltest.c) | 245 | #add_executable(ssltest ssltest.c) |
| 246 | target_link_libraries(ssltest ${OPENSSL_LIBS}) | 246 | #target_link_libraries(ssltest ${OPENSSL_LIBS}) |
| 247 | add_test(ssltest ${CMAKE_CURRENT_SOURCE_DIR}/ssltest.sh) | 247 | #add_test(ssltest ${CMAKE_CURRENT_SOURCE_DIR}/ssltest.sh) |
| 248 | 248 | ||
| 249 | # testdsa | 249 | # testdsa |
| 250 | add_test(testdsa ${CMAKE_CURRENT_SOURCE_DIR}/testdsa.sh) | 250 | #add_test(testdsa ${CMAKE_CURRENT_SOURCE_DIR}/testdsa.sh) |
| 251 | 251 | ||
| 252 | # testenc | 252 | # testenc |
| 253 | add_test(testenc ${CMAKE_CURRENT_SOURCE_DIR}/testenc.sh) | 253 | add_test(testenc ${CMAKE_CURRENT_SOURCE_DIR}/testenc.sh) |
| 254 | 254 | ||
| 255 | # testrsa | 255 | # testrsa |
| 256 | add_test(testrsa ${CMAKE_CURRENT_SOURCE_DIR}/testrsa.sh) | 256 | #add_test(testrsa ${CMAKE_CURRENT_SOURCE_DIR}/testrsa.sh) |
| 257 | 257 | ||
| 258 | # timingsafe | 258 | # timingsafe |
| 259 | add_executable(timingsafe timingsafe.c) | 259 | add_executable(timingsafe timingsafe.c) |
