Only run the tests explicitly
This commit is contained in:
parent
54d7b0a3c5
commit
0b394c65a5
|
@ -4,8 +4,17 @@ vendor=Desktop
|
||||||
config=h,sh
|
config=h,sh
|
||||||
|
|
||||||
subdirs=data,doc,include,po,src,src/plugins,tests
|
subdirs=data,doc,include,po,src,src/plugins,tests
|
||||||
|
targets=tests
|
||||||
dist=Makefile,COPYING,README.md,config.h,config.sh
|
dist=Makefile,COPYING,README.md,config.h,config.sh
|
||||||
|
|
||||||
|
#targets
|
||||||
|
[tests]
|
||||||
|
type=command
|
||||||
|
command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/fixme.log" "$(OBJDIR)tests/tests.log"; else $(MAKE) fixme.log tests.log; fi)
|
||||||
|
depends=all
|
||||||
|
enabled=0
|
||||||
|
phony=1
|
||||||
|
|
||||||
#dist
|
#dist
|
||||||
[COPYING]
|
[COPYING]
|
||||||
install=$(PREFIX)/share/doc/Mailer
|
install=$(PREFIX)/share/doc/Mailer
|
||||||
|
|
|
@ -18,6 +18,7 @@ ldflags=-L$(OBJDIR)../src -Wl,-rpath,$(OBJDIR)../src -lMailer
|
||||||
[fixme.log]
|
[fixme.log]
|
||||||
type=script
|
type=script
|
||||||
script=./fixme.sh
|
script=./fixme.sh
|
||||||
|
enabled=0
|
||||||
depends=fixme.sh
|
depends=fixme.sh
|
||||||
|
|
||||||
[imap4]
|
[imap4]
|
||||||
|
@ -39,6 +40,7 @@ sources=plugins.c
|
||||||
[tests.log]
|
[tests.log]
|
||||||
type=script
|
type=script
|
||||||
script=./tests.sh
|
script=./tests.sh
|
||||||
|
enabled=0
|
||||||
depends=$(OBJDIR)date,$(OBJDIR)email,$(OBJDIR)imap4,pkgconfig.sh,$(OBJDIR)plugins,tests.sh
|
depends=$(OBJDIR)date,$(OBJDIR)email,$(OBJDIR)imap4,pkgconfig.sh,$(OBJDIR)plugins,tests.sh
|
||||||
|
|
||||||
#sources
|
#sources
|
||||||
|
|
Loading…
Reference in New Issue
Block a user