From 07ede83e713b449415979b3d6f81ec1f383e3f1c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 27 Dec 2017 22:35:28 +0100 Subject: [PATCH] Register fixme.sh as a test This currently fails :) --- tests/project.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/project.conf b/tests/project.conf index 01eb01c..81f14e0 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -1,4 +1,4 @@ -targets=clint.log,htmllint.log,phplint.log,pylint.log,shlint.log,tests.log,xmllint.log +targets=clint.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,11 @@ type=script script=../doc/scripts/clint.sh depends=../doc/scripts/clint.sh +[fixme.log] +type=script +script=../doc/scripts/fixme.sh +depends=../doc/scripts/fixme.sh + [htmllint.log] type=script script=../doc/scripts/htmllint.sh