tests: also test gotest.sh
This commit is contained in:
parent
65158f99c3
commit
1f94c5ecc5
|
@ -14,7 +14,7 @@ title=Release
|
|||
#targets
|
||||
[tests]
|
||||
type=command
|
||||
command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/clint.log" "$(OBJDIR)tests/coverage.log" "$(OBJDIR)tests/distcheck.log" "$(OBJDIR)tests/fixme.log" "$(OBJDIR)tests/golint.log" "$(OBJDIR)tests/htmllint.log" "$(OBJDIR)tests/phplint.log" "$(OBJDIR)tests/pylint.log" "$(OBJDIR)tests/shlint.log" "$(OBJDIR)tests/tests.log" "$(OBJDIR)tests/xmllint.log"; else $(MAKE) clint.log coverage.log distcheck.log fixme.log golint.log htmllint.log phplint.log pylint.log shlint.log tests.log xmllint.log; fi)
|
||||
command=cd tests && (if [ -n "$(OBJDIR)" ]; then $(MAKE) OBJDIR="$(OBJDIR)tests/" "$(OBJDIR)tests/clint.log" "$(OBJDIR)tests/coverage.log" "$(OBJDIR)tests/distcheck.log" "$(OBJDIR)tests/fixme.log" "$(OBJDIR)tests/golint.log" "$(OBJDIR)tests/gotest.log" "$(OBJDIR)tests/htmllint.log" "$(OBJDIR)tests/phplint.log" "$(OBJDIR)tests/pylint.log" "$(OBJDIR)tests/shlint.log" "$(OBJDIR)tests/tests.log" "$(OBJDIR)tests/xmllint.log"; else $(MAKE) clint.log coverage.log distcheck.log fixme.log golint.log gotest.log htmllint.log phplint.log pylint.log shlint.log tests.log xmllint.log; fi)
|
||||
depends=all
|
||||
enabled=0
|
||||
phony=1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
subdirs=gtkdoc
|
||||
targets=clint.log,coverage.log,distcheck.log,fixme.log,golint.log,htmllint.log,markdown.1,markdown.html,markdown.pdf,markdown.rst,phplint.log,pylint.log,shlint.log,template-test.md,template-test.xml,tests.log,xmllint.log
|
||||
targets=clint.log,coverage.log,distcheck.log,fixme.log,golint.log,gotest.log,htmllint.log,markdown.1,markdown.html,markdown.pdf,markdown.rst,phplint.log,pylint.log,shlint.log,template-test.md,template-test.xml,tests.log,xmllint.log
|
||||
dist=Makefile,binary/project.conf,binary/Makefile.Darwin,binary/Makefile.DeforaOS,binary/Makefile.NetBSD,binary/Makefile.Windows,command/project.conf,command/Makefile.NetBSD,config.sh,include/project.conf,include/Makefile.NetBSD,golang/project.conf,golang/Makefile.NetBSD,java/project.conf,java/Makefile.NetBSD,library/project.conf,library/Makefile.Darwin,library/Makefile.Linux,library/Makefile.NetBSD,library/Makefile.Windows,libtool/project.conf,libtool/Makefile.Darwin,libtool/Makefile.Linux,libtool/Makefile.NetBSD,libtool/Makefile.Windows,markdown.md,markdown.style,mode/project.conf,mode/Makefile.NetBSD,object/project.conf,object/Makefile.NetBSD,package/project.conf,package/Makefile.NetBSD,package/config.ent.NetBSD,package/config.h.NetBSD,package/config.sh.NetBSD,plugin/project.conf,plugin/Makefile.Darwin,plugin/Makefile.NetBSD,script/project.conf,script/Makefile.NetBSD,template.md.in,template.xml.in,test.db,tests.sh,verilog/project.conf,verilog/Makefile.NetBSD
|
||||
|
||||
#targets
|
||||
|
@ -33,6 +33,12 @@ script=../src/scripts/tests/golint.sh
|
|||
enabled=0
|
||||
depends=../src/scripts/tests/golint.sh
|
||||
|
||||
[gotest.log]
|
||||
type=script
|
||||
script=../src/scripts/tests/gotest.sh
|
||||
enabled=0
|
||||
depends=../src/scripts/tests/gotest.sh
|
||||
|
||||
[htmllint.log]
|
||||
type=script
|
||||
script=../src/scripts/tests/htmllint.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user