aboutgitcodebugslistschat
path: root/test/build/clang_tidy
Commit message (Collapse)AuthorAgeFilesLines
* test: Split cppcheck and clang-tidy tests into different filesDavid Gibson2022-08-201-0/+17
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 <david@gibson.dropbear.id.au>