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

index ef41e06e620a6841fea064f7bba7146bce51f16b..c7953b69c50b1566523f5bf08b94af7ba5f47637 100644 (file)
@@ -81,7 +81,7 @@ HEADER=       $(EXHEADER)
 ALL=    $(GENERAL) $(SRC) $(HEADER)
 
 top:
-       (cd ..; $(MAKE) DIRS=$(DIR) all)
+       (cd ..; $(MAKE) DIRS=$(DIR) TESTS=$(TESTS) all)
 
 all:   exe