Fixed #3401 (Run cppcheck on cppcheck source code before release)

This commit is contained in:
Daniel Marjamäki 2011-12-12 18:45:52 +01:00
parent 626f13ae7e
commit 5eb8ab70e3
1 changed files with 3 additions and 0 deletions

View File

@ -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