Make it so one can select tests from within the test directory
This commit is contained in:
parent
c8cd7d9e0f
commit
5c5143de48
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user