diff options
author | daniel-march <daniel-march@yandex-team.com> | 2023-11-13 12:02:38 +0300 |
---|---|---|
committer | daniel-march <daniel-march@yandex-team.com> | 2023-11-13 12:35:56 +0300 |
commit | 2f9a1205dd504ed64fb4aecfe7a473d9634ea8fd (patch) | |
tree | 1d20032dfd2ef472fd2841b39d4d5dd121845166 /build/ymake.core.conf | |
parent | 987637b68fa23a063658d04cd766b07524a6c073 (diff) | |
download | ydb-2f9a1205dd504ed64fb4aecfe7a473d9634ea8fd.tar.gz |
Added 'y_benchmark' to Y_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 e51a2c19a4..275f62d471 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -1587,6 +1587,7 @@ module EXECTEST: _BARE_UNIT { module Y_BENCHMARK: PROGRAM { .SEM=CPP_PROGRAM_SEM PEERDIR(library/cpp/testing/benchmark/main) + ADD_YTEST($MODULE_PREFIX$REALPRJNAME y_benchmark) } GBENCH_SEM=$CPP_PROGRAM_SEM \ |