diff options
author | somov <somov@yandex-team.com> | 2023-08-30 14:12:36 +0300 |
---|---|---|
committer | somov <somov@yandex-team.com> | 2023-08-30 14:55:06 +0300 |
commit | 046364001ca5bdb8f297bd616fd18c79eaedeba0 (patch) | |
tree | 4b1cfab77ebe4bf293296cf5f169694ac0d83870 /build/ymake.core.conf | |
parent | e9eae7b60f83caf46f79a8784e49533926bbf3f0 (diff) | |
download | ydb-046364001ca5bdb8f297bd616fd18c79eaedeba0.tar.gz |
Allow YT_SPEC in G_BENCHMARK
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 1 |
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) } |