Commit ec0538c4 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: adding a include path to cppcheck

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 89319150
...@@ -176,7 +176,7 @@ function variant__v4__cppcheck { ...@@ -176,7 +176,7 @@ function variant__v4__cppcheck {
VM_MEMORY=4096 VM_MEMORY=4096
LOG_PATTERN=cppcheck.xml LOG_PATTERN=cppcheck.xml
NB_PATTERN_FILES=1 NB_PATTERN_FILES=1
BUILD_OPTIONS="--enable=warning --force --xml --xml-version=2 --suppressions-list=ci-scripts/cppcheck_suppressions.list -I common/utils -j4" BUILD_OPTIONS="--enable=warning --force --xml --xml-version=2 --suppressions-list=ci-scripts/cppcheck_suppressions.list -I common/utils -I openair3/NAS/COMMON/UTIL -j4"
} }
function variant__v7__enb_ethernet { function variant__v7__enb_ethernet {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment