(no commit message)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 13 Sep 2012 20:43:47 +0000 (20:43 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 13 Sep 2012 20:43:47 +0000 (20:43 +0000)
tests/test-cppcheck.sh [new file with mode: 0755]

diff --git a/tests/test-cppcheck.sh b/tests/test-cppcheck.sh
new file mode 100755 (executable)
index 0000000..607717d
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+EIDS=performance,portability,information,unusedFunction,missingInclude
+cppcheck ../src -I../src/lib -I../src -I.. --enable=$EIDS --quiet --error-exitcode=1 || exit 1