Correct the dependencies when testing
This commit is contained in:
parent
beab7c380d
commit
f4957e84a0
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user