forked from github/server
ignore cppcheck configurations, but not tests
This commit is contained in:
parent
933914a301
commit
0a5cf34420
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
IGNORE=$(find src -name "*.test.c" | awk '{ print "-i"$1 }')
|
||||
|
||||
cppcheck $IGNORE -isrc/tests.c \
|
||||
--quiet --enable=all -U_MSC_VER -UCLEANUP_CODE -UTODO \
|
||||
-UERESSEA_BUILDNO -UERESSEA_VERSION \
|
||||
#cppcheck $IGNORE -isrc/tests.c \
|
||||
cppcheck --quiet --enable=all -U_MSC_VER -UCLEANUP_CODE -UTODO \
|
||||
-UERESSEA_BUILDNO -UERESSEA_VERSION -UTEST_THREADS \
|
||||
-IcJSON -Isrc -Iclibs -Istorage src
|
||||
|
||||
|
|
Loading…
Reference in a new issue