summaryrefslogblamecommitdiff
path: root/makecheck3
blob: 741daeeaaf70f1bb9bdfa1315477e2bcf7e3606b (plain) (tree)
1
2
3
4
5




                                                                                                                                                                                     
#!/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