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/scheme | |
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/scheme')
-rw-r--r-- | library/cpp/scheme/tests/ut/ya.make | 20 | ||||
-rw-r--r-- | library/cpp/scheme/ya.make | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/library/cpp/scheme/tests/ut/ya.make b/library/cpp/scheme/tests/ut/ya.make index c508ec35a9..9f54791414 100644 --- a/library/cpp/scheme/tests/ut/ya.make +++ b/library/cpp/scheme/tests/ut/ya.make @@ -1,24 +1,24 @@ UNITTEST() - + OWNER(velavokr) -PEERDIR( +PEERDIR( library/cpp/protobuf/util library/cpp/scheme/tests/fuzz_ops/lib library/cpp/scheme/ut_utils library/cpp/string_utils/quote library/cpp/testing/unittest -) - -SRCS( +) + +SRCS( fuzz_ops_found_bugs_ut.cpp scheme_cast_ut.cpp scheme_json_ut.cpp scheme_merge_ut.cpp scheme_path_ut.cpp scheme_proto_ut.cpp - scheme_ut.cpp - scheme_ut.proto -) - -END() + scheme_ut.cpp + scheme_ut.proto +) + +END() diff --git a/library/cpp/scheme/ya.make b/library/cpp/scheme/ya.make index f336cb93b0..bac08ba5a4 100644 --- a/library/cpp/scheme/ya.make +++ b/library/cpp/scheme/ya.make @@ -15,7 +15,7 @@ SRCS( ) PEERDIR( - contrib/libs/protobuf + contrib/libs/protobuf library/cpp/json library/cpp/string_utils/relaxed_escaper ) |