Register a "tests" target for the disabled tests
This commit is contained in:
parent
8fd1469c09
commit
914cd315df
|
@ -4,3 +4,10 @@ config=h,sh
|
||||||
dist=Makefile,COPYING,README.md,config.h,config.sh
|
dist=Makefile,COPYING,README.md,config.h,config.sh
|
||||||
|
|
||||||
subdirs=data,doc,include,src,src/transport,tools,tests
|
subdirs=data,doc,include,src,src/transport,tools,tests
|
||||||
|
targets=tests
|
||||||
|
|
||||||
|
#targets
|
||||||
|
[tests]
|
||||||
|
type=command
|
||||||
|
command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/fixme.log"; else $(MAKE) fixme.log; fi)
|
||||||
|
phony=1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user