diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f53495f..3567b7c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -579,13 +579,14 @@ add_executable(sha_test sha_test.c) | |||
579 | target_link_libraries(sha_test ${OPENSSL_TEST_LIBS}) | 579 | target_link_libraries(sha_test ${OPENSSL_TEST_LIBS}) |
580 | add_test(sha_test sha_test) | 580 | add_test(sha_test sha_test) |
581 | 581 | ||
582 | # XXX HAVE_SOCKETPAIR | ||
582 | # signertest | 583 | # signertest |
583 | add_executable(signertest signertest.c) | 584 | # add_executable(signertest signertest.c) |
584 | target_link_libraries(signertest ${LIBTLS_TEST_LIBS}) | 585 | # target_link_libraries(signertest ${LIBTLS_TEST_LIBS}) |
585 | target_include_directories(signertest BEFORE PUBLIC ../tls) | 586 | # target_include_directories(signertest BEFORE PUBLIC ../tls) |
586 | set_source_files_properties(signertest.c PROPERTIES COMPILE_FLAGS | 587 | # set_source_files_properties(signertest.c PROPERTIES COMPILE_FLAGS |
587 | -DCERTSDIR=\\"${CMAKE_CURRENT_SOURCE_DIR}\\") | 588 | # -DCERTSDIR=\\"${CMAKE_CURRENT_SOURCE_DIR}\\") |
588 | add_test(signertest signertest) | 589 | # add_test(signertest signertest) |
589 | 590 | ||
590 | # sm2crypttest | 591 | # sm2crypttest |
591 | # sm2evptest | 592 | # sm2evptest |