aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile.in
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-01-17 00:39:45 +0100
committerLuca Deri <deri@ntop.org>2019-01-17 00:39:45 +0100
commitf3b0878a37d252f0a9300eab7a7df28d64146211 (patch)
tree03d520abd3788b30e4f058cd04b0afe312352fab /example/Makefile.in
parentc856e0a56384ae9d145282d0eb6f8b97f54913fb (diff)
Warnign fixes
Updated test results
Diffstat (limited to 'example/Makefile.in')
-rw-r--r--example/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/Makefile.in b/example/Makefile.in
index bf218f503..074718028 100644
--- a/example/Makefile.in
+++ b/example/Makefile.in
@@ -22,6 +22,9 @@ install:
dpdk:
make -f Makefile.dpdk
+check:
+ cppcheck --template='{file}:{line}:{severity}:{message}' --quiet --enable=all --force -I../src/include -I/usr/local/include/json-c *.c
+
clean:
/bin/rm -f *.o ndpiReader ndpiReader.dpdk
/bin/rm -f .*.dpdk.cmd .*.o.cmd *.dpdk.map .*.o.d