diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3e605cf..2353396 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -626,12 +626,14 @@ TESTS += sha_test | |||
626 | check_PROGRAMS += sha_test | 626 | check_PROGRAMS += sha_test |
627 | sha_test_SOURCES = sha_test.c | 627 | sha_test_SOURCES = sha_test.c |
628 | 628 | ||
629 | # XXX HAVE_SOCKETPAIR | ||
630 | # signertest | 629 | # signertest |
631 | # TESTS += signertest | 630 | TESTS += signertest |
632 | # check_PROGRAMS += signertest | 631 | check_PROGRAMS += signertest |
633 | # signertest_CPPFLAGS = -I $(top_srcdir)/tls $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\" | 632 | signertest_CPPFLAGS = -I $(top_srcdir)/tls $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\" |
634 | # signertest_SOURCES = signertest.c | 633 | signertest_SOURCES = signertest.c |
634 | if !HAVE_PIPE2 | ||
635 | signertest_SOURCES += compat/pipe2.c | ||
636 | endif | ||
635 | 637 | ||
636 | # sm2crypttest | 638 | # sm2crypttest |
637 | # sm2evptest | 639 | # sm2evptest |