Commit 54d78c47 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

parent 354d263e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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