Correct the dependencies when testing

This commit is contained in:
Pierre Pronchery 2020-11-19 05:53:18 +01:00
parent beab7c380d
commit f4957e84a0
2 changed files with 2 additions and 3 deletions

View File

@ -10,6 +10,5 @@ dist=Makefile,config.sh
[tests] [tests]
type=command type=command
command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/fixme.log" "$(OBJDIR)tests/xmllint.log"; else $(MAKE) fixme.log xmllint.log; fi) command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/fixme.log" "$(OBJDIR)tests/xmllint.log"; else $(MAKE) fixme.log xmllint.log; fi)
depends=all
enabled=0 enabled=0
phony=1 phony=1

View File

@ -6,10 +6,10 @@ dist=Makefile,fixme.sh,xmllint.sh
type=script type=script
script=./fixme.sh script=./fixme.sh
enabled=0 enabled=0
depends=fixme.sh,$(OBJDIR)../doc/manual/manual.html depends=fixme.sh,../doc/manual/manual.xml,../doc/manual/manual.xsl
[xmllint.log] [xmllint.log]
type=script type=script
script=./xmllint.sh script=./xmllint.sh
enabled=0 enabled=0
depends=xmllint.sh,$(OBJDIR)../doc/manual/manual.html depends=xmllint.sh,../doc/manual/manual.xml,../doc/manual/manual.xsl