diff options
author | bulatman <bulatman@yandex-team.ru> | 2022-02-10 16:45:50 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:50 +0300 |
commit | 2f6ca198245aeffd5e2d82b65927c2465b68b4f5 (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /library/cpp/testing/ya.make | |
parent | 6560e4993b14d193f8c879e33a3de5e5eba6e21d (diff) | |
download | ydb-2f6ca198245aeffd5e2d82b65927c2465b68b4f5.tar.gz |
Restoring authorship annotation for <bulatman@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing/ya.make')
-rw-r--r-- | library/cpp/testing/ya.make | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/testing/ya.make b/library/cpp/testing/ya.make index 735b4f678b..6a57ac2ee6 100644 --- a/library/cpp/testing/ya.make +++ b/library/cpp/testing/ya.make @@ -1,5 +1,5 @@ RECURSE( - common + common benchmark benchmark/examples benchmark/examples/metrics @@ -7,16 +7,16 @@ RECURSE( boost_test boost_test_main dump_clang_coverage - gbenchmark_main + gbenchmark_main gmock gmock_in_unittest gmock_in_unittest/example_ut gtest - gtest_boost_extensions + gtest_boost_extensions gtest_extensions gtest_main - gtest_protobuf - hook + gtest_protobuf + hook mock_server unittest unittest_main |