aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-04-07 16:52:54 +0100
committerBen Laurie <ben@links.org>2013-04-07 16:52:54 +0100
commit29d422e2a08714ffd344badf1dd9ea7b64689065 (patch)
tree1fd207079bfe8d92370c889d0f881d4311b4e328 /test
parenta7f5cd7fd5a3f56e559a876fd07ed21eb1783bdb (diff)
downloadopenssl-29d422e2a08714ffd344badf1dd9ea7b64689065.zip
openssl-29d422e2a08714ffd344badf1dd9ea7b64689065.tar.gz
openssl-29d422e2a08714ffd344badf1dd9ea7b64689065.tar.bz2
Make sure all tests are actually run, plus some fixups for things that
turn out to be made somewhere by existing Makefiles.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
-rw-r--r--test/testenc2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index df1514b..6e07ddc 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -313,7 +313,7 @@ test_dsa: $(DSATEST)
../util/shlib_wrap.sh ./$(DSATEST)
../util/shlib_wrap.sh ./$(DSATEST) -app2_1
-test_gen: ../apps/openssl testgen test.cnf
+test_gen testreq.pem: ../apps/openssl testgen test.cnf
@echo "Generate and verify a certificate request"
@sh ./testgen
diff --git a/test/testenc b/test/testenc
index f5ce7c0..d9fd52e 100644
--- a/test/testenc
+++ b/test/testenc
@@ -1,6 +1,6 @@
#!/bin/sh
-testsrc=Makefile
+testsrc=testenc
test=./p
cmd="../util/shlib_wrap.sh ../apps/openssl"