diff options
author | neksard <neksard@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:33 +0300 |
commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /util/draft/ut | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) | |
download | ydb-1d9c550e7c38e051d7961f576013a482003a70d9.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/draft/ut')
-rw-r--r-- | util/draft/ut/ya.make | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/util/draft/ut/ya.make b/util/draft/ut/ya.make index 17595221a7..37ab9413c5 100644 --- a/util/draft/ut/ya.make +++ b/util/draft/ut/ya.make @@ -2,20 +2,20 @@ UNITTEST() OWNER(g:util) SUBSCRIBER(g:util-subscribers) - + SRCDIR(util/draft) PEERDIR( util/draft ) -SRCS( - date_ut.cpp - datetime_ut.cpp - holder_vector_ut.cpp - memory_ut.cpp -) - +SRCS( + date_ut.cpp + datetime_ut.cpp + holder_vector_ut.cpp + memory_ut.cpp +) + INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc) -END() +END() |