Browse Source

[build/plugins/ytest.py]Enable clang-tidy

zhukoff-pavel 1 year ago
parent
commit
17299b8145
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/plugins/ytest.py

+ 1 - 1
build/plugins/ytest.py

@@ -489,7 +489,7 @@ def onadd_ytest(unit, *args):
 
     if flat_args[1] != "clang_tidy" and unit.get("TIDY_ENABLED") == "yes":
         # graph changed for clang_tidy tests
-        if flat_args[1] in ("unittest.py", "gunittest", "g_benchmark"):
+        if flat_args[1] in ("unittest.py", "gunittest", "g_benchmark", "boost.test"):
             flat_args[1] = "clang_tidy"
             test_size = 'SMALL'
             test_tags = ''