diff options
author | arcadia-devtools <[email protected]> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <[email protected]> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/yt/string | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/yt/string')
-rw-r--r-- | library/cpp/yt/string/unittests/ya.make | 17 | ||||
-rw-r--r-- | library/cpp/yt/string/ya.make | 30 |
2 files changed, 0 insertions, 47 deletions
diff --git a/library/cpp/yt/string/unittests/ya.make b/library/cpp/yt/string/unittests/ya.make deleted file mode 100644 index 9d539758d12..00000000000 --- a/library/cpp/yt/string/unittests/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -GTEST(unittester-library-string-helpers) - -OWNER(g:yt) - -SRCS( - enum_ut.cpp - format_ut.cpp - guid_ut.cpp - string_ut.cpp -) - -PEERDIR( - library/cpp/yt/string - library/cpp/testing/gtest -) - -END() diff --git a/library/cpp/yt/string/ya.make b/library/cpp/yt/string/ya.make deleted file mode 100644 index 83efd5eb2f9..00000000000 --- a/library/cpp/yt/string/ya.make +++ /dev/null @@ -1,30 +0,0 @@ -LIBRARY() - -SRCS( - enum.cpp - guid.cpp - string.cpp -) - -PEERDIR( - library/cpp/yt/assert - library/cpp/yt/exception - library/cpp/yt/misc -) - -CHECK_DEPENDENT_DIRS( - ALLOW_ONLY ALL - build - contrib - library - util - library/cpp/yt/assert - library/cpp/yt/misc - library/cpp/yt/small_containers -) - -END() - -RECURSE_FOR_TESTS( - unittests -) |