Make it so one can select tests from within the test directory

This commit is contained in:
Richard Levitte 2002-03-04 15:58:49 +00:00
parent 354d263e44
commit 54d78c4778

View File

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