From 8ca1f3d1666b8dc710af2b216c8ce71ecc2ac471 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 11 Jul 2017 21:53:04 +0300 Subject: Move doctest and catch files into unittests directory. --- tools/ci/scripts/init.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/ci/scripts/init.sh') diff --git a/tools/ci/scripts/init.sh b/tools/ci/scripts/init.sh index 0ef5c219e..f435eed99 100755 --- a/tools/ci/scripts/init.sh +++ b/tools/ci/scripts/init.sh @@ -280,7 +280,8 @@ function run_mplint { rm $ERRFILE echo "mplint/src/mplint $*" mplint/src/mplint $* \ - | grep -v "src/test/doctest.h" \ + | grep -v "src/unittests/doctest.h" \ + | grep -v "src/unittests/catch.hpp" \ | grep -v "src/debug/" \ >$ERRFILE run_check_warnings -- cgit v1.2.3-60-g2f50