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 /library/cpp/getopt/ut | |
parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) | |
download | ydb-1d9c550e7c38e051d7961f576013a482003a70d9.tar.gz |
Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/getopt/ut')
-rw-r--r-- | library/cpp/getopt/ut/ya.make | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/library/cpp/getopt/ut/ya.make b/library/cpp/getopt/ut/ya.make index 2c361a8e2e..8d00669efb 100644 --- a/library/cpp/getopt/ut/ya.make +++ b/library/cpp/getopt/ut/ya.make @@ -1,15 +1,15 @@ UNITTEST_FOR(library/cpp/getopt) - + OWNER(pg) - -SRCS( - last_getopt_ut.cpp + +SRCS( + last_getopt_ut.cpp modchooser_ut.cpp - opt2_ut.cpp - opt_ut.cpp - posix_getopt_ut.cpp + opt2_ut.cpp + opt_ut.cpp + posix_getopt_ut.cpp wrap.cpp - ygetopt_ut.cpp -) - -END() + ygetopt_ut.cpp +) + +END() |