ignore cppcheck configurations, but not tests

This commit is contained in:
Enno Rehling 2018-12-02 05:05:37 +01:00
parent dd7b0e4db3
commit a949cfd345

View file

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
IGNORE=$(find src -name "*.test.c" | awk '{ print "-i"$1 }') IGNORE=$(find src -name "*.test.c" | awk '{ print "-i"$1 }')
cppcheck $IGNORE -isrc/tests.c \ #cppcheck $IGNORE -isrc/tests.c \
--quiet --enable=all -U_MSC_VER -UCLEANUP_CODE -UTODO \ cppcheck --quiet --enable=all -U_MSC_VER -UCLEANUP_CODE -UTODO \
-UERESSEA_BUILDNO -UERESSEA_VERSION \ -UERESSEA_BUILDNO -UERESSEA_VERSION -UTEST_THREADS \
-IcJSON -Isrc -Iclibs -Istorage src -IcJSON -Isrc -Iclibs -Istorage src