Make it so one can select tests from within the test directory
This commit is contained in:
parent
c8cd7d9e0f
commit
5c5143de48
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue