aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index aed12ff..66ace5e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -197,8 +197,6 @@ mont_SOURCES = mont.c
197TESTS += optionstest 197TESTS += optionstest
198check_PROGRAMS += optionstest 198check_PROGRAMS += optionstest
199optionstest_SOURCES = optionstest.c 199optionstest_SOURCES = optionstest.c
200optionstest_SOURCES += $(top_srcdir)/apps/apps.c
201optionstest_SOURCES += $(top_srcdir)/apps/strtonum.c
202 200
203# pbkdf2 201# pbkdf2
204TESTS += pbkdf2 202TESTS += pbkdf2
@@ -281,6 +279,7 @@ EXTRA_DIST += testssl ca.pem server.pem
281# testdsa 279# testdsa
282TESTS += testdsa.sh 280TESTS += testdsa.sh
283EXTRA_DIST += testdsa.sh 281EXTRA_DIST += testdsa.sh
282EXTRA_DIST += openssl.cnf
284 283
285# testenc 284# testenc
286TESTS += testenc.sh 285TESTS += testenc.sh