aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authorsomov <somov@yandex-team.com>2023-08-30 14:12:36 +0300
committersomov <somov@yandex-team.com>2023-08-30 14:55:06 +0300
commit046364001ca5bdb8f297bd616fd18c79eaedeba0 (patch)
tree4b1cfab77ebe4bf293296cf5f169694ac0d83870 /build/ymake.core.conf
parente9eae7b60f83caf46f79a8784e49533926bbf3f0 (diff)
downloadydb-046364001ca5bdb8f297bd616fd18c79eaedeba0.tar.gz
Allow YT_SPEC in G_BENCHMARK
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 5193f19855..6b2ab9003e 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -1604,6 +1604,7 @@ GBENCH_SEM=$CPP_PROGRAM_SEM \
### For more details see: https://a.yandex-team.ru/arc/trunk/arcadia/contrib/libs/benchmark/README.md
module G_BENCHMARK: _BASE_PROGRAM {
.SEM=GBENCH_SEM
+ .ALLOWED=YT_SPEC
PEERDIR(library/cpp/testing/gbenchmark)
ADD_YTEST($MODULE_PREFIX$REALPRJNAME g_benchmark)
}