Commit 5c5143de authored by Richard Levitte's avatar Richard Levitte
Browse files

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

parent c8cd7d9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ HEADER= $(EXHEADER)
ALL=    $(GENERAL) $(SRC) $(HEADER)

top:
	(cd ..; $(MAKE) DIRS=$(DIR) all)
	(cd ..; $(MAKE) DIRS=$(DIR) TESTS=$(TESTS) all)

all:	exe