diff options
author | diver <diver@yandex-team.ru> | 2022-02-10 16:48:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:07 +0300 |
commit | e20e2b362f0232ed5a389db887e6e27e7763af18 (patch) | |
tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/binsaver/ut/ya.make | |
parent | 7629e1f9ef7f9d2a3c345c97e6a4e5a4b32ee786 (diff) | |
download | ydb-e20e2b362f0232ed5a389db887e6e27e7763af18.tar.gz |
Restoring authorship annotation for <diver@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/binsaver/ut/ya.make')
-rw-r--r-- | library/cpp/binsaver/ut/ya.make | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/binsaver/ut/ya.make b/library/cpp/binsaver/ut/ya.make index d0b48e78aa..43dc20bff7 100644 --- a/library/cpp/binsaver/ut/ya.make +++ b/library/cpp/binsaver/ut/ya.make @@ -1,11 +1,11 @@ UNITTEST_FOR(library/cpp/binsaver) - -OWNER(gulin) - -SRCS( - binsaver_ut.cpp -) - + +OWNER(gulin) + +SRCS( + binsaver_ut.cpp +) + PEERDIR(library/cpp/binsaver/ut_util) -END() +END() |