From a3593345e4c1a94cbe3b660fb53427861a93934f Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 9 Nov 2017 05:00:39 +0100 Subject: [PATCH] Also test phplint.sh and pylint.sh --- tests/project.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tests/project.conf b/tests/project.conf index 9e6e2db..18db010 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -1,4 +1,4 @@ -targets=clint.log,htmllint.log,shlint.log,tests.log,xmllint.log +targets=clint.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/Makefile.NetBSD [clint.log] @@ -11,6 +11,16 @@ type=script script=../doc/scripts/htmllint.sh depends=../doc/scripts/htmllint.sh +[phplint.log] +type=script +script=../doc/scripts/phplint.sh +depends=../doc/scripts/phplint.sh + +[pylint.log] +type=script +script=../doc/scripts/pylint.sh +depends=../doc/scripts/pylint.sh + [shlint.log] type=script script=../doc/scripts/shlint.sh