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... --- test/Makefile.ssl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/Makefile.ssl b/test/Makefile.ssl index eea811dcb9..0b56192dac 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -55,6 +55,8 @@ SSLTEST= ssltest RSATEST= rsa_test ENGINETEST= enginetest +TESTS= alltests + EXE= $(BNTEST) $(IDEATEST) $(MD2TEST) $(MD4TEST) $(MD5TEST) $(HMACTEST) \ $(RC2TEST) $(RC4TEST) $(RC5TEST) \ $(DESTEST) $(SHATEST) $(SHA1TEST) $(MDC2TEST) $(RMDTEST) \ @@ -101,7 +103,12 @@ install: tags: ctags $(SRC) -tests: exe apps \ +tests: exe apps $(TESTS) + +apps: + @(cd ../apps; $(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' all) + +alltests: \ test_des test_idea test_sha test_md4 test_md5 test_hmac \ test_md2 test_mdc2 \ test_rmd test_rc2 test_rc4 test_rc5 test_bf test_cast \ @@ -109,9 +116,6 @@ tests: exe apps \ test_gen test_req test_pkcs7 test_verify test_dh test_dsa \ test_ss test_ca test_engine test_ssl test_rd -apps: - @(cd ../apps; $(MAKE) CC='${CC}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' all) - test_des: ./$(DESTEST) -- cgit v1.2.3