diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-14 08:55:03 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-14 08:55:03 -0600 |
commit | 3b7ac8e1310102ea8c3de0b9963b137738d9f703 (patch) | |
tree | 17792c2a6fd61c6b65f23ff4fea2b49648ce60b3 /tests | |
parent | f5bd09f83c940467ec4a99d8570e2a0da167f4ab (diff) | |
download | portable-3b7ac8e1310102ea8c3de0b9963b137738d9f703.tar.gz portable-3b7ac8e1310102ea8c3de0b9963b137738d9f703.tar.bz2 portable-3b7ac8e1310102ea8c3de0b9963b137738d9f703.zip |
Disable signertest. Needs proper socketpair compat
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 13 | ||||
-rw-r--r-- | tests/Makefile.am | 9 |
2 files changed, 12 insertions, 10 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 |
diff --git a/tests/Makefile.am b/tests/Makefile.am index b0e1128..a3bf6f9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -583,11 +583,12 @@ TESTS += sha_test | |||
583 | check_PROGRAMS += sha_test | 583 | check_PROGRAMS += sha_test |
584 | sha_test_SOURCES = sha_test.c | 584 | sha_test_SOURCES = sha_test.c |
585 | 585 | ||
586 | # XXX HAVE_SOCKETPAIR | ||
586 | # signertest | 587 | # signertest |
587 | TESTS += signertest | 588 | # TESTS += signertest |
588 | check_PROGRAMS += signertest | 589 | # check_PROGRAMS += signertest |
589 | signertest_CPPFLAGS = -I $(top_srcdir)/tls $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\" | 590 | # signertest_CPPFLAGS = -I $(top_srcdir)/tls $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\" |
590 | signertest_SOURCES = signertest.c | 591 | # signertest_SOURCES = signertest.c |
591 | 592 | ||
592 | # sm2crypttest | 593 | # sm2crypttest |
593 | # sm2evptest | 594 | # sm2evptest |