Enable cppcheck run during precommit testing
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user