From 5c5143de487d4dfee6037f376a863f847b30af87 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 4 Mar 2002 15:58:38 +0000 Subject: Make it so one can select tests from within the test directory --- test/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3