From c3eedbe0011e861e089e717a3f6da74e769560b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Thu, 23 Feb 2023 15:32:40 +0100 Subject: [PATCH] tests: add a simple test for the Cppcheck analyzer plugin --- tests/simple_build/cppcheck.fmf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/simple_build/cppcheck.fmf diff --git a/tests/simple_build/cppcheck.fmf b/tests/simple_build/cppcheck.fmf new file mode 100644 index 00000000..d03c6ab9 --- /dev/null +++ b/tests/simple_build/cppcheck.fmf @@ -0,0 +1,10 @@ +summary: Test analysis using Cppcheck analyzer +test: ./test.sh +framework: beakerlib +environment: + TEST_TOOL: cppcheck +component: + - csmock-plugin-cppcheck +recommend: + - csmock-plugin-cppcheck +duration: 1h