Skip to content

Commit

Permalink
distcheck fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed May 7, 2015
1 parent 51bfd49 commit abd0688
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ mont_SOURCES = mont.c
TESTS += optionstest
check_PROGRAMS += optionstest
optionstest_SOURCES = optionstest.c
optionstest_SOURCES += $(top_srcdir)/apps/apps.c
optionstest_SOURCES += $(top_srcdir)/apps/strtonum.c

# pbkdf2
TESTS += pbkdf2
Expand Down Expand Up @@ -281,6 +279,7 @@ EXTRA_DIST += testssl ca.pem server.pem
# testdsa
TESTS += testdsa.sh
EXTRA_DIST += testdsa.sh
EXTRA_DIST += openssl.cnf

# testenc
TESTS += testenc.sh
Expand Down
2 changes: 2 additions & 0 deletions tests/optionstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include <openssl/conf.h>

#include <apps.h>
#include <apps.c>
#include <strtonum.c>

/* Needed to keep apps.c happy... */
BIO *bio_err;
Expand Down
2 changes: 1 addition & 1 deletion tests/testdsa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ if [ $? != 0 ]; then
exit 1;
fi

rm testdsa.key
rm testdsa.key dsa512.pem testdsa.pem

exit 0
2 changes: 2 additions & 0 deletions tests/testrsa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ if [ $? != 0 ]; then
exit 1;
fi

rm -f rsacert.pem rsakey.pem

exit 0

0 comments on commit abd0688

Please sign in to comment.