diff options
author | Brent Cook <busterb@gmail.com> | 2015-05-06 22:53:28 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-06 22:53:28 -0500 |
commit | abd0688b18fad9b218f5557f63518937a334b5a2 (patch) | |
tree | 24c22c1953a7679cb9ac12fcb9a7df69dc39edbe /tests/Makefile.am | |
parent | 51bfd4921a18552b72ecc15f282e52116c136554 (diff) | |
download | portable-abd0688b18fad9b218f5557f63518937a334b5a2.tar.gz portable-abd0688b18fad9b218f5557f63518937a334b5a2.tar.bz2 portable-abd0688b18fad9b218f5557f63518937a334b5a2.zip |
distcheck fixes
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
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 | |||
197 | TESTS += optionstest | 197 | TESTS += optionstest |
198 | check_PROGRAMS += optionstest | 198 | check_PROGRAMS += optionstest |
199 | optionstest_SOURCES = optionstest.c | 199 | optionstest_SOURCES = optionstest.c |
200 | optionstest_SOURCES += $(top_srcdir)/apps/apps.c | ||
201 | optionstest_SOURCES += $(top_srcdir)/apps/strtonum.c | ||
202 | 200 | ||
203 | # pbkdf2 | 201 | # pbkdf2 |
204 | TESTS += pbkdf2 | 202 | TESTS += pbkdf2 |
@@ -281,6 +279,7 @@ EXTRA_DIST += testssl ca.pem server.pem | |||
281 | # testdsa | 279 | # testdsa |
282 | TESTS += testdsa.sh | 280 | TESTS += testdsa.sh |
283 | EXTRA_DIST += testdsa.sh | 281 | EXTRA_DIST += testdsa.sh |
282 | EXTRA_DIST += openssl.cnf | ||
284 | 283 | ||
285 | # testenc | 284 | # testenc |
286 | TESTS += testenc.sh | 285 | TESTS += testenc.sh |