Add a method to list available tests
[openssl.git] / test / Makefile
index 779d23a2f4f0f869550f6eb091d98a41c149c111..e9386335f5a3dc19a545fd8ba9825df5c0b84a92 100644 (file)
@@ -153,6 +153,8 @@ tags:
 
 tests: exe apps
        TOP=$(TOP) PERL=$(PERL) $(PERL) run_tests.pl $(TESTS)
+list-tests:
+       @TOP=$(TOP) PERL=$(PERL) $(PERL) run_tests.pl list
 
 apps:
        @(cd ..; $(MAKE) DIRS=apps all)