aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am12
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
626check_PROGRAMS += sha_test 626check_PROGRAMS += sha_test
627sha_test_SOURCES = sha_test.c 627sha_test_SOURCES = sha_test.c
628 628
629# XXX HAVE_SOCKETPAIR
630# signertest 629# signertest
631# TESTS += signertest 630TESTS += signertest
632# check_PROGRAMS += signertest 631check_PROGRAMS += signertest
633# signertest_CPPFLAGS = -I $(top_srcdir)/tls $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\" 632signertest_CPPFLAGS = -I $(top_srcdir)/tls $(AM_CPPFLAGS) -DCERTSDIR=\"$(srcdir)\"
634# signertest_SOURCES = signertest.c 633signertest_SOURCES = signertest.c
634if !HAVE_PIPE2
635signertest_SOURCES += compat/pipe2.c
636endif
635 637
636# sm2crypttest 638# sm2crypttest
637# sm2evptest 639# sm2evptest