From 7155a9639869d4079a3140313a8f4a783a54a250 Mon Sep 17 00:00:00 2001
From: kongr45gpen <electrovesta@gmail.com>
Date: Mon, 26 Nov 2018 00:20:29 +0000
Subject: [PATCH] Fix CI for the `test` directory

---
 ci/cppcheck.sh | 2 +-
 ci/vera.sh     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/cppcheck.sh b/ci/cppcheck.sh
index 3b8d4cf3..f23bf34f 100755
--- a/ci/cppcheck.sh
+++ b/ci/cppcheck.sh
@@ -10,4 +10,4 @@
 echo -e "\033[0;34mRunning cppcheck...\033[0m"
 
 cd "$(dirname "$0")/.."
-cppcheck --enable=all --suppress=unusedFunction --suppress=missingIncludeSystem --error-exitcode=1 -I inc src tests
+cppcheck --enable=all --suppress=unusedFunction --suppress=missingIncludeSystem --error-exitcode=1 -I inc src test
diff --git a/ci/vera.sh b/ci/vera.sh
index b758842f..470c348b 100755
--- a/ci/vera.sh
+++ b/ci/vera.sh
@@ -10,4 +10,4 @@
 echo -e "\033[0;34mRunning vera++...\033[0m"
 
 cd "$(dirname "$0")/.."
-vera++ --error --profile custom `find src inc tests -type f -regextype posix-egrep -regex '.*\.(cpp|hpp|c|h)'`
+vera++ --error --profile custom `find src inc test -type f -regextype posix-egrep -regex '.*\.(cpp|hpp|c|h)'`
-- 
GitLab