Add a test for code coverage

It does not fully work yet though, and is disabled by default.
This commit is contained in:
Pierre Pronchery 2018-02-19 01:40:25 +01:00
parent c8376f49a7
commit 37dcd65077

View File

@ -1,4 +1,4 @@
targets=clint.log,fixme.log,htmllint.log,phplint.log,pylint.log,shlint.log,tests.log,xmllint.log
targets=clint.log,coverage.log,fixme.log,htmllint.log,phplint.log,pylint.log,shlint.log,tests.log,xmllint.log
dist=Makefile,tests.sh,binary/project.conf,binary/Makefile.Darwin,binary/Makefile.DeforaOS,binary/Makefile.NetBSD,binary/Makefile.Windows,include/project.conf,include/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,object/project.conf,object/Makefile.NetBSD,package/project.conf,package/Makefile.NetBSD,plugin/project.conf,plugin/Makefile.Darwin,plugin/Makefile.NetBSD,script/project.conf,script/Makefile.NetBSD,verilog/project.conf,verilog/Makefile.NetBSD
[clint.log]
@ -6,6 +6,12 @@ type=script
script=../doc/scripts/clint.sh
depends=../doc/scripts/clint.sh
[coverage.log]
type=script
script=../doc/scripts/coverage.sh
enabled=0
depends=../doc/scripts/coverage.sh
[fixme.log]
type=script
script=../doc/scripts/fixme.sh