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

This commit is contained in:
Richard Levitte 2002-03-04 15:58:38 +00:00
parent c8cd7d9e0f
commit 5c5143de48

View file

@ -94,7 +94,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