From: Richard Levitte Date: Mon, 4 Mar 2002 15:58:38 +0000 (+0000) Subject: Make it so one can select tests from within the test directory X-Git-Tag: OpenSSL_0_9_6d~20^2~110 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=5c5143de487d4dfee6037f376a863f847b30af87 Make it so one can select tests from within the test directory --- diff --git a/test/Makefile.ssl b/test/Makefile.ssl index 6a48b0b736..3e9ceac6cf 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -94,7 +94,7 @@ HEADER= $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEADER) top: - (cd ..; $(MAKE) DIRS=$(DIR) all) + (cd ..; $(MAKE) DIRS=$(DIR) TESTS=$(TESTS) all) all: exe