summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@isc.org>2013-06-13 12:10:40 +0200
committerMukund Sivaraman <muks@isc.org>2013-06-13 12:10:40 +0200
commita9f39355b94fe20924aa02f849e35e7000c67631 (patch)
treed77b0ef8cc2ee881c3e432373a47eec40670689f /Makefile.am
parent[2726] Constify variable (diff)
downloadkea-a9f39355b94fe20924aa02f849e35e7000c67631.tar.xz
kea-a9f39355b94fe20924aa02f849e35e7000c67631.zip
[2726] Add src/bin/ to cppcheck include path too
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index edfce76f74..392b9855e5 100644
--- a/Makefile.am
+++ b/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})' \