aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorpg <pg@yandex-team.com>2023-03-28 18:33:52 +0300
committerpg <pg@yandex-team.com>2023-03-28 18:33:52 +0300
commitca906dc6c122597389106dc59e0e81aea2a45c10 (patch)
treea6f170cc4bf64aff70bcc6cb3d7ed6f7606144b8 /build
parent43fe77306a31d3406f558a7ead496b1b2ef4d09c (diff)
downloadydb-ca906dc6c122597389106dc59e0e81aea2a45c10.tar.gz
, support for clang-format-14 style tests
Diffstat (limited to 'build')
-rw-r--r--build/ymake.core.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index be44979a65..55b31f8a05 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -2464,6 +2464,12 @@ module CPP_STYLE_TEST: PY3TEST_BIN {
PEERDIR+=library/python/cpp_test
}
+# tag:cpp-specific tag:test
+module CPP_STYLE_TEST_14: PY3TEST_BIN {
+ DEPENDS(contrib/libs/clang14/tools/clang-format)
+ PEERDIR+=library/python/cpp_test
+}
+
macro STYLE(Globs...) {
_GLOB(STYLE_SRCS_GLOB ${pre=${ARCADIA_ROOT}:Globs})
_STYLE(${STYLE_SRCS_GLOB})