From: Richard Levitte Date: Mon, 4 Mar 2002 15:59:05 +0000 (+0000) Subject: Make it so one can select tests from within the test directory X-Git-Tag: OpenSSL_0_9_7-beta1~177 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bc3e3472c1a1313cb694e55c409ab70eaecaad8f;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 148af52b9e..8a06e69188 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -90,7 +90,7 @@ HEADER= $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEADER) top: - (cd ..; $(MAKE) DIRS=$(DIR) all) + (cd ..; $(MAKE) DIRS=$(DIR) TESTS=$(TESTS) all) all: exe