summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-23 13:32:10 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-23 13:32:10 +0000
commit6cf2012a4d87d26b80f1dd4887b98982600d3ef8 (patch)
treef0342aae427d14dd06b1df079ac523e73710b639 /Makefile.org
parente459ebaed17e057ba808c54ff715f88ecd1420d6 (diff)
Make dummy tests to make it easier to physically remove unwanted algorithms.
This should complete PR 75
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 4209dd1bff..8808dd7922 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -564,6 +564,10 @@ links:
fi; \
done;
+gentests:
+ @(cd test && echo "generating dummy tests (if needed)..." && \
+ $(MAKE) CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='${CFLAG}' SDIRS='$(SDIRS)' 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}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' PROCESSOR='${PROCESSOR}' PERL='${PERL}' RANLIB='${RANLIB}' TESTS='${TESTS}' KRB5_INCLUDES='${KRB5_INCLUDES}' LIBKRB5='${LIBKRB5}' EXE_EXT='${EXE_EXT}' SHARED_LIBS='${SHARED_LIBS}' SHLIB_EXT='${SHLIB_EXT}' SHLIB_TARGET='${SHLIB_TARGET}' TESTS='${TESTS}' OPENSSL_DEBUG_MEMORY=on generate );
+
dclean:
rm -f *.bak
@for i in $(DIRS) ;\