diff options
author | alevitskii <alevitskii@yandex-team.com> | 2024-11-26 08:34:21 +0300 |
---|---|---|
committer | alevitskii <alevitskii@yandex-team.com> | 2024-11-26 08:45:20 +0300 |
commit | c3ad84c2152ca4c6b2dd52e69706c4b4b3ec2152 (patch) | |
tree | 0bfc3e742d4afc10975b50d739cf21d1e43f2179 /build/ymake.core.conf | |
parent | 089f940a27b620aafbd07b9dfc6dd97a26ef84bc (diff) | |
download | ydb-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.conf | 6 |
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}) |