summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-23 23:47:05 +0000
committerUlf Möller <ulf@openssl.org>2000-02-23 23:47:05 +0000
commitd7f0ab5ff48bb2fe2e777e6aa068fc581a1da32b (patch)
treec59bda6070f349658477c683945923f80f25e1ff /Makefile.org
parent49976df599496d60aff29260b9b8b28b100b9434 (diff)
New make target "report" to run util/selftest.pl
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 55213dd125..61f9302f3b 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -272,6 +272,9 @@ tests: rehash
$(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SDIRS='${SDIRS}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' tests );
@apps/openssl version -a
+report:
+ @$(PERL) util/selftest.pl
+
depend:
@for i in $(DIRS) ;\
do \