summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-03-04 15:59:05 +0000
committerRichard Levitte <levitte@openssl.org>2002-03-04 15:59:05 +0000
commitbc3e3472c1a1313cb694e55c409ab70eaecaad8f (patch)
tree9e25d085041e6b5a98ff0f54ea2b244694684c74 /test
parent66bd86e2c2187019da3dec407bd7c16eead7890a (diff)
downloadopenssl-new-bc3e3472c1a1313cb694e55c409ab70eaecaad8f.tar.gz
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 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