tests: add a test for manlint.sh
This commit is contained in:
parent
78917e0c2a
commit
e0d0863058
|
@ -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/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)
|
||||
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/manlint.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 manlint.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,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
|
||||
targets=clint.log,coverage.log,distcheck.log,fixme.log,golint.log,gotest.log,htmllint.log,manlint.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,scripts/data/pkgconfig.in,scripts/tools/subst.in,template.md.in,template.xml.in,test.db,tests.sh,verilog/project.conf,verilog/Makefile.NetBSD
|
||||
|
||||
#targets
|
||||
|
@ -45,6 +45,12 @@ script=../src/scripts/tests/htmllint.sh
|
|||
enabled=0
|
||||
depends=../src/scripts/tests/htmllint.sh
|
||||
|
||||
[manlint.log]
|
||||
type=script
|
||||
script=../src/scripts/tests/manlint.sh
|
||||
enabled=0
|
||||
depends=../src/scripts/tests/manlint.sh
|
||||
|
||||
[markdown.1]
|
||||
type=script
|
||||
script=../src/scripts/doc/markdown.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user