aboutgitcodebugslistschat
path: root/test/build/static_checkers
diff options
context:
space:
mode:
Diffstat (limited to 'test/build/static_checkers')
-rw-r--r--test/build/static_checkers6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/build/static_checkers b/test/build/static_checkers
index 6e080b4..d18dea8 100644
--- a/test/build/static_checkers
+++ b/test/build/static_checkers
@@ -11,8 +11,12 @@
# Copyright (c) 2021 Red Hat GmbH
# Author: Stefano Brivio <sbrivio@redhat.com>
-htools clang-tidy
+htools clang-tidy cppcheck
test Run clang-tidy
hout RET make clang-tidy; echo $?
check [ __RET__ -eq 0 ]
+
+test Run cppcheck
+hout RET make cppcheck; echo $?
+check [ __RET__ -eq 0 ]