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/jobs/cpplint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/ci/jobs/cpplint.sh') diff --git a/tools/ci/jobs/cpplint.sh b/tools/ci/jobs/cpplint.sh index e9e286f23..4e9eab3c2 100755 --- a/tools/ci/jobs/cpplint.sh +++ b/tools/ci/jobs/cpplint.sh @@ -41,7 +41,8 @@ find src -type f -name "*.cc" -exec $CHECKER {} \; 2>>${ERRFILE}2 grep ": " ${ERRFILE}2 | \ grep -v "src/debug/" | \ -grep -v "test/doctest.h" | \ +grep -v "test/unittests/doctest.h" | \ +grep -v "test/unittests/catch.hpp" | \ grep -v "debug/fast_mutex" | \ grep -v "sdl2gfx/SDL2" \ >${ERRFILE} -- cgit v1.2.3-60-g2f50