From 7259dfe4c9337015f63cb54881726d9c6cccf122 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 13 Sep 2012 13:24:12 +0000 Subject: [PATCH] added script for running cppcheck --- scripts/cppcheck.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/cppcheck.sh diff --git a/scripts/cppcheck.sh b/scripts/cppcheck.sh new file mode 100755 index 0000000..1618eef --- /dev/null +++ b/scripts/cppcheck.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +SDIR=`dirname $0`/.. + +cppcheck $SDIR/src -I $SDIR/src -I $SDIR/src/lib --enable=all >cppcheck.out \ No newline at end of file -- 2.7.4