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

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