diff options
author | dancingqueue <dancingqueue@yandex-team.ru> | 2022-02-10 16:50:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:06 +0300 |
commit | 97ccada5638c88fa727d68a9ee849a9a768a54d9 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/testing/gtest_extensions/ya.make | |
parent | 3c712c7c680d2b93fae03957df9561bd08eb5b7c (diff) | |
download | ydb-97ccada5638c88fa727d68a9ee849a9a768a54d9.tar.gz |
Restoring authorship annotation for <dancingqueue@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/testing/gtest_extensions/ya.make')
-rw-r--r-- | library/cpp/testing/gtest_extensions/ya.make | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/library/cpp/testing/gtest_extensions/ya.make b/library/cpp/testing/gtest_extensions/ya.make index 6a9a9ecca5..e24e81e8bd 100644 --- a/library/cpp/testing/gtest_extensions/ya.make +++ b/library/cpp/testing/gtest_extensions/ya.make @@ -1,26 +1,26 @@ -LIBRARY() -OWNER( +LIBRARY() +OWNER( amatanhead - bulatman - dancingqueue + bulatman + dancingqueue prettyboy thegeorg - g:cpp-contrib -) - -PEERDIR( + g:cpp-contrib +) + +PEERDIR( contrib/restricted/googletest/googlemock contrib/restricted/googletest/googletest -) - -SRCS( +) + +SRCS( assertions.cpp gtest_extensions.cpp matchers.cpp pretty_printers.cpp probe.cpp -) - -END() - -RECURSE_FOR_TESTS(ut) +) + +END() + +RECURSE_FOR_TESTS(ut) |