summaryrefslogtreecommitdiff
path: root/build/makecheck3
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-10-17 22:07:24 +0300
committerAndrei Karas <akaras@inbox.ru>2011-10-17 22:07:24 +0300
commitd14bb7a27ee23cc83b3af1db2f1976eaaa55d78a (patch)
tree5f128768c66436eefd70632f02889607596609d4 /build/makecheck3
parentf1e92aca00a4859047e83fab76220767b9a2f814 (diff)
parente93e6beb456d105987da3190c2a80847b6900081 (diff)
downloadplus-stripped1.1.10.16.tar.gz
plus-stripped1.1.10.16.tar.bz2
plus-stripped1.1.10.16.tar.xz
plus-stripped1.1.10.16.zip
Merge branch 'master' into strippedstripped1.1.10.16
Conflicts: data/fonts/mplus-1p-bold.ttf data/fonts/mplus-1p-regular.ttf
Diffstat (limited to 'build/makecheck3')
-rwxr-xr-xbuild/makecheck36
1 files changed, 6 insertions, 0 deletions
diff --git a/build/makecheck3 b/build/makecheck3
new file mode 100755
index 000000000..95e04ad28
--- /dev/null
+++ b/build/makecheck3
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd ../src
+#../../cppcheck/cppcheck --enable=all --force -j 5 -v -I /usr/include -I /usr/include/c++/4.5 -I /usr/include/libxml2 -I /usr/include/SDL . 1>../makecheck.txt 2>../makecheck_err.txt
+#../../cppcheck/cppcheck --enable=style --enable=information --enable=unusedFunction --force -j 5 -v . 1>../makecheck.txt 2>../makecheck_err.txt
+../../cppcheck/cppcheck --enable=all -I . -I guichan/include --force -j 5 -v . 1>../build/makecheck.txt 2>../build/makecheck_err.txt