diff options
author | Mukund Sivaraman <muks@isc.org> | 2013-06-13 12:10:40 +0200 |
---|---|---|
committer | Mukund Sivaraman <muks@isc.org> | 2013-06-13 12:10:40 +0200 |
commit | a9f39355b94fe20924aa02f849e35e7000c67631 (patch) | |
tree | d77b0ef8cc2ee881c3e432373a47eec40670689f /Makefile.am | |
parent | [2726] Constify variable (diff) | |
download | kea-a9f39355b94fe20924aa02f849e35e7000c67631.tar.xz kea-a9f39355b94fe20924aa02f849e35e7000c67631.zip |
[2726] Add src/bin/ to cppcheck include path too
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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})' \ |