summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-03-04 15:58:38 +0000
committerRichard Levitte <levitte@openssl.org>2002-03-04 15:58:38 +0000
commit5c5143de487d4dfee6037f376a863f847b30af87 (patch)
treef8463a766849d1a234aba7998f3789489d6e43c8 /test
parentc8cd7d9e0f8383317cdf66b4ea73a788a519d5f8 (diff)
Make it so one can select tests from within the test directory
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
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