From f777408fc5afc2477aaf999254eb3158790332bd Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 12 Nov 2000 20:24:30 +0000 Subject: For a long time, I've wanted to be able to easily run one or a few individual tests. I finally got myself to implement it... --- Makefile.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index 38cbb1bc44..c73c5b3c1c 100644 --- a/Makefile.org +++ b/Makefile.org @@ -164,6 +164,10 @@ SDIRS= \ buffer bio stack lhash rand err objects \ evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp +# tests to perform. "alltests" is a special word indicating that all tests +# should be performed. +TESTS = alltests + MAKEFILE= Makefile.ssl MAKE= make -f Makefile.ssl @@ -374,7 +378,7 @@ test: tests tests: rehash @(cd test && echo "testing..." && \ - $(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 ); + $(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='${TESTS}' tests ); @apps/openssl version -a report: -- cgit v1.2.3