fixed dirs when using distcheck target
[psensor.git] / tests / test-cppcheck.sh
1 #!/bin/sh
2
3 EIDS=performance,portability,information,unusedFunction,missingInclude
4 ROOTDIR=$srcdir/..
5
6 cppcheck $ROOTDIR/src -I$ROOTDIR/src/lib -I$ROOTDIR/src -I$ROOTDIR --enable=$EIDS --quiet --error-exitcode=1 || exit 1