Skip to content
Snippets Groups Projects
Commit 7155a963 authored by kongr45gpen's avatar kongr45gpen
Browse files

Fix CI for the `test` directory

parent b55a38d9
No related branches found
No related tags found
No related merge requests found
...@@ -10,4 +10,4 @@ ...@@ -10,4 +10,4 @@
echo -e "\033[0;34mRunning cppcheck...\033[0m" echo -e "\033[0;34mRunning cppcheck...\033[0m"
cd "$(dirname "$0")/.." 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
...@@ -10,4 +10,4 @@ ...@@ -10,4 +10,4 @@
echo -e "\033[0;34mRunning vera++...\033[0m" echo -e "\033[0;34mRunning vera++...\033[0m"
cd "$(dirname "$0")/.." 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)'`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment