Register a "tests" target for the disabled tests

This commit is contained in:
Pierre Pronchery 2019-09-17 21:32:24 +02:00
parent 8fd1469c09
commit 914cd315df

View File

@ -4,3 +4,10 @@ config=h,sh
dist=Makefile,COPYING,README.md,config.h,config.sh
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