Enable cppcheck run during precommit testing

This commit is contained in:
Ruben Ayrapetyan
2015-02-17 18:11:34 +03:00
parent a4155f7be8
commit b6d018d019
7 changed files with 128 additions and 26 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#!/bin/bash
BASE=./third-party/tools/cppcheck
BASE=$(dirname $0)/../third-party/tools/cppcheck
if [ ! -x $BASE/$(uname -m)/cppcheck ]
then