diff options
author | zhukoff-pavel <zhukoff-pavel@yandex-team.com> | 2023-11-07 15:55:40 +0300 |
---|---|---|
committer | zhukoff-pavel <zhukoff-pavel@yandex-team.com> | 2023-11-07 16:39:48 +0300 |
commit | 17299b814561285008930bd84a014ff4b6fb261b (patch) | |
tree | cbf45c6b1168f417cbc2d0e3e800b69669a14e06 /build | |
parent | d519b0904939506b9881fb2a5cfb1d2ec3b5e6eb (diff) | |
download | ydb-17299b814561285008930bd84a014ff4b6fb261b.tar.gz |
[build/plugins/ytest.py]Enable clang-tidy
Diffstat (limited to 'build')
-rw-r--r-- | build/plugins/ytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py index 5e070cd8a9..6f2cea5bec 100644 --- a/build/plugins/ytest.py +++ b/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 = '' |