Merge branch 'tmp-ignore-self-test' into 'master'

cppcheck: ignore SELF_TEST in ccan/hash

See merge request openconnect/ocserv!269
This commit is contained in:
Nikos Mavrogiannopoulos
2021-09-14 07:15:50 +00:00

View File

@@ -390,7 +390,7 @@ static-analyzers/Fedora:
- autoreconf -fvi -Werror
- scan-build ./configure
- scan-build --status-bugs -o scan-build-src make -j$JOBS
- cppcheck --force -q -Isrc/ -Isrc/occtl -Igl/ -I. --error-exitcode=1 src/ -i src/inih
- cppcheck --force -q -Isrc/ -Isrc/occtl -Igl/ -I. --error-exitcode=1 src/ -i src/inih -USELF_TEST
tags:
- shared
- linux