From: Jean-Philippe Orsini Date: Thu, 13 Sep 2012 20:43:29 +0000 (+0000) Subject: (no commit message) X-Git-Tag: v0.8.0.5~222 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=abbec9ae2994979f556d024f20036967d9c7f3e0 --- diff --git a/tests/test-cppcheck.sh b/tests/test-cppcheck.sh deleted file mode 100644 index 607717d..0000000 --- a/tests/test-cppcheck.sh +++ /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