aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authoralevitskii <alevitskii@yandex-team.com>2024-11-26 08:34:21 +0300
committeralevitskii <alevitskii@yandex-team.com>2024-11-26 08:45:20 +0300
commitc3ad84c2152ca4c6b2dd52e69706c4b4b3ec2152 (patch)
tree0bfc3e742d4afc10975b50d739cf21d1e43f2179 /build/ymake.core.conf
parent089f940a27b620aafbd07b9dfc6dd97a26ef84bc (diff)
downloadydb-c3ad84c2152ca4c6b2dd52e69706c4b4b3ec2152.tar.gz
Delete CPP_STYLE_TEST_16 macro
Delete CPP_STYLE_TEST_16 macro commit_hash:88dc34a844ce8004b9f9fc45ed9e5c5e6be04df6
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 78fba23545..3fe44f55fe 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -1661,12 +1661,6 @@ macro LINT(level) {
SET(LINT_LEVEL_VALUE $level)
}
-# tag:cpp-specific tag:test
-module CPP_STYLE_TEST_16: PY3TEST_BIN {
- DEPENDS(contrib/libs/clang16/tools/clang-format)
- PEERDIR+=library/python/cpp_test
-}
-
macro STYLE(Globs...) {
_GLOB(STYLE_SRCS_GLOB ${pre=${ARCADIA_ROOT}:Globs})
_STYLE(${STYLE_SRCS_GLOB})