Fixed #3401 (Run cppcheck on cppcheck source code before release)
This commit is contained in:
parent
626f13ae7e
commit
5eb8ab70e3
|
@ -2,6 +2,9 @@
|
||||||
#
|
#
|
||||||
# A script for creating release packages. The release packages are create in the home directory.
|
# A script for creating release packages. The release packages are create in the home directory.
|
||||||
#
|
#
|
||||||
|
# Test cppcheck on itself.
|
||||||
|
# cppcheck -j2 --inconclusive --enable=all lib
|
||||||
|
#
|
||||||
# Make sure "cppcheck --errorlist" works. For example with:
|
# Make sure "cppcheck --errorlist" works. For example with:
|
||||||
# make test
|
# make test
|
||||||
# cppcheck --errorlist > errlist.xml
|
# cppcheck --errorlist > errlist.xml
|
||||||
|
|
Loading…
Reference in New Issue