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

This commit is contained in:
Richard Levitte 2002-03-04 15:59:05 +00:00
parent 66bd86e2c2
commit bc3e3472c1

View 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