diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-17 10:55:52 +0200 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-07-03 16:45:02 +0300 |
commit | 33b2c49c9bde6aff3f8c460e46007fd9301e1dbf (patch) | |
tree | 054832f70c70cab15054e6a6e41cb746d5252a3d /tests/Makefile.am | |
parent | 559f40996a938c8563821e0920974d3779f29c6a (diff) | |
download | portable-33b2c49c9bde6aff3f8c460e46007fd9301e1dbf.tar.gz portable-33b2c49c9bde6aff3f8c460e46007fd9301e1dbf.tar.bz2 portable-33b2c49c9bde6aff3f8c460e46007fd9301e1dbf.zip |
link signertest to build
Diffstat (limited to '')
-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 |