summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-09-15 14:07:10 +0200
committerRichard Levitte <levitte@openssl.org>2015-09-15 14:07:10 +0200
commit1780e6d916d83f812ffceec56ac3d8fa97b83248 (patch)
treea6fadf5afafdee48feff662c38e56f9752c5b17b /Makefile.org
parent187bad4c241ad2a929745546fd473f0692879fa7 (diff)
Add a method to list available tests
Reviewed-by: Emilia Käsper <emilia@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 2f8e472ccf..c56aa8648a 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -439,6 +439,10 @@ tests: rehash
$(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='$(TESTS)' OPENSSL_DEBUG_MEMORY=on OPENSSL_CONF=../apps/openssl.cnf tests );
OPENSSL_CONF=apps/openssl.cnf util/opensslwrap.sh version -a
+list-tests:
+ @(cd test && \
+ $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. list-tests)
+
report:
@$(PERL) util/selftest.pl