Only run the tests explicitly
This commit is contained in:
parent
d60e2bfff9
commit
ba4dc1fb30
12
project.conf
12
project.conf
|
@ -1,10 +1,20 @@
|
|||
package=Camera
|
||||
version=0.2.0
|
||||
vendor=Desktop
|
||||
config=h,sh
|
||||
|
||||
subdirs=data,doc,po,src,src/widget,tools,tests
|
||||
config=h,sh
|
||||
targets=tests
|
||||
dist=COPYING,Makefile,config.h,config.sh
|
||||
|
||||
#targets
|
||||
[tests]
|
||||
type=command
|
||||
command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/htmllint.log" "$(OBJDIR)tests/xmllint.log"; else $(MAKE) htmllint.log xmllint.log; fi)
|
||||
depends=all
|
||||
enabled=0
|
||||
phony=1
|
||||
|
||||
#dist
|
||||
[COPYING]
|
||||
install=$(PREFIX)/share/doc/$(PACKAGE)
|
||||
|
|
|
@ -4,9 +4,11 @@ dist=Makefile,htmllint.sh,xmllint.sh
|
|||
[htmllint.log]
|
||||
type=script
|
||||
script=./htmllint.sh
|
||||
enabled=0
|
||||
depends=htmllint.sh
|
||||
|
||||
[xmllint.log]
|
||||
type=script
|
||||
script=./xmllint.sh
|
||||
enabled=0
|
||||
depends=xmllint.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user