Register a "make tests" target
This commit is contained in:
parent
493a3e186d
commit
6d7ed28cc5
@ -3,3 +3,12 @@ version=0.0.0
|
||||
|
||||
subdirs=src,tests,tools
|
||||
dist=Makefile,COPYING
|
||||
targets=tests
|
||||
|
||||
#targets
|
||||
[tests]
|
||||
type=command
|
||||
command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/tests.log"; else $(MAKE) tests.log; fi)
|
||||
depends=all
|
||||
enabled=0
|
||||
phony=1
|
||||
|
Loading…
Reference in New Issue
Block a user