diff options
author | Ulf Möller <ulf@openssl.org> | 2000-02-24 00:47:05 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-02-24 00:47:05 +0100 |
commit | d7f0ab5ff48bb2fe2e777e6aa068fc581a1da32b (patch) | |
tree | c59bda6070f349658477c683945923f80f25e1ff /Makefile.org | |
parent | yet another faq. (diff) | |
download | openssl-d7f0ab5ff48bb2fe2e777e6aa068fc581a1da32b.tar.xz openssl-d7f0ab5ff48bb2fe2e777e6aa068fc581a1da32b.zip |
New make target "report" to run util/selftest.pl
Diffstat (limited to 'Makefile.org')
-rw-r--r-- | Makefile.org | 3 |
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 \ |