Browse Source

[2726] Add src/bin/ to cppcheck include path too

Mukund Sivaraman 12 years ago
parent
commit
a9f39355b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -110,7 +110,7 @@ report-coverage: report-cpp-coverage report-python-coverage
 
 # for static C++ check using cppcheck (when available)
 cppcheck:
-	cppcheck -I./src/lib --enable=all --suppressions \
+	cppcheck -I./src/lib -I./src/bin --enable=all --suppressions \
 		src/cppcheck-suppress.lst --inline-suppr \
 		--quiet --error-exitcode=1 \
 		--template '{file}:{line}: check_fail: {message} ({severity},{id})' \