From: Richard Levitte Date: Mon, 4 Mar 2002 15:58:49 +0000 (+0000) Subject: Make it so one can select tests from within the test directory X-Git-Tag: OpenSSL_0_9_6d-beta1~38 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=54d78c477880b0fb608ba539e475e3713c12284f;p=oweals%2Fopenssl.git Make it so one can select tests from within the test directory --- diff --git a/test/Makefile.ssl b/test/Makefile.ssl index ef41e06e62..c7953b69c5 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -81,7 +81,7 @@ HEADER= $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEADER) top: - (cd ..; $(MAKE) DIRS=$(DIR) all) + (cd ..; $(MAKE) DIRS=$(DIR) TESTS=$(TESTS) all) all: exe