diff options
author | msherbakov <msherbakov@yandex-team.ru> | 2022-02-10 16:49:17 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:17 +0300 |
commit | a0ffafe83b7d6229709a32fa942c71d672ac989c (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/ipmath/ut/ya.make | |
parent | c224a621661ddd69699f9476922eb316607ef57e (diff) | |
download | ydb-a0ffafe83b7d6229709a32fa942c71d672ac989c.tar.gz |
Restoring authorship annotation for <msherbakov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/ipmath/ut/ya.make')
-rw-r--r-- | library/cpp/ipmath/ut/ya.make | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/library/cpp/ipmath/ut/ya.make b/library/cpp/ipmath/ut/ya.make index 1593646ade..b860cefd03 100644 --- a/library/cpp/ipmath/ut/ya.make +++ b/library/cpp/ipmath/ut/ya.make @@ -1,16 +1,16 @@ -UNITTEST_FOR(library/cpp/ipmath) - -OWNER( - msherbakov - g:solomon -) - -SRCS( - ipmath_ut.cpp -) - -PEERDIR( +UNITTEST_FOR(library/cpp/ipmath) + +OWNER( + msherbakov + g:solomon +) + +SRCS( + ipmath_ut.cpp +) + +PEERDIR( library/cpp/testing/gmock_in_unittest -) - -END() +) + +END() |