From c8756034b7a86e76040957403f2b67ceb4d2e2a6 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Thu, 18 Aug 2022 16:13:50 +1000 Subject: test: Split cppcheck and clang-tidy tests into different files Both clang-tidy and cppcheck linting are handled by the same test file, test/build/static_checkers. The two linters are independent of each other though, and each one takes quite a long time. Split them into separate files to make it easier to control which are executed from the top level test script. Signed-off-by: David Gibson --- test/run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/run') diff --git a/test/run b/test/run index 3e5d56b..258a89b 100755 --- a/test/run +++ b/test/run @@ -61,7 +61,8 @@ run() { setup build test build/all - test build/static_checkers + test build/cppcheck + test build/clang_tidy test distro/debian test distro/fedora test distro/opensuse -- cgit v1.2.3