Make it so one can select tests from within the test directory
authorRichard Levitte <levitte@openssl.org>
Mon, 4 Mar 2002 15:59:05 +0000 (15:59 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 4 Mar 2002 15:59:05 +0000 (15:59 +0000)
test/Makefile.ssl

index 148af52b9e733db9cdd4778b471dd34a3d92346b..8a06e69188b69c4f15ff3bc1f502e82ee84f327d 100644 (file)
@@ -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