Only run the tests explicitly
This commit is contained in:
parent
3494436250
commit
3ddfb6d30f
|
@ -3,8 +3,17 @@ version=0.3.0
|
|||
config=h,sh
|
||||
|
||||
subdirs=data,doc,include,po,src,tests
|
||||
targets=tests
|
||||
dist=COPYING,Makefile,README.md,config.h,config.sh
|
||||
|
||||
#targets
|
||||
[tests]
|
||||
type=command
|
||||
command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/clint.log" "$(OBJDIR)tests/fixme.log" "$(OBJDIR)tests/xmllint.log"; else $(MAKE) clint.log fixme.log xmllint.log; fi)
|
||||
depends=all
|
||||
enabled=0
|
||||
phony=1
|
||||
|
||||
#dist
|
||||
[COPYING]
|
||||
install=$(PREFIX)/share/doc/Mixer
|
||||
|
|
|
@ -1,18 +1,22 @@
|
|||
targets=clint.log,fixme.log,xmllint.log
|
||||
dist=Makefile,clint.sh,embedded.sh,fixme.sh,xmllint.sh
|
||||
|
||||
#targets
|
||||
[clint.log]
|
||||
type=script
|
||||
script=./clint.sh
|
||||
flags=-O CFLAGS="-I/usr/include `pkg-config --cflags libDesktop`"
|
||||
enabled=0
|
||||
depends=clint.sh
|
||||
|
||||
[fixme.log]
|
||||
type=script
|
||||
script=./fixme.sh
|
||||
enabled=0
|
||||
depends=fixme.sh
|
||||
|
||||
[xmllint.log]
|
||||
type=script
|
||||
script=./xmllint.sh
|
||||
enabled=0
|
||||
depends=xmllint.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user