From 20de171ad615c9588f4373ed5d50223643eb1b2d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 13 Sep 2012 20:43:47 +0000 Subject: [PATCH] --- tests/test-cppcheck.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tests/test-cppcheck.sh diff --git a/tests/test-cppcheck.sh b/tests/test-cppcheck.sh new file mode 100755 index 0000000..607717d --- /dev/null +++ b/tests/test-cppcheck.sh @@ -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 -- 2.7.4