diff options
Diffstat (limited to 'library/cpp/monlib/encode/text')
-rw-r--r-- | library/cpp/monlib/encode/text/ut/ya.make | 7 | ||||
-rw-r--r-- | library/cpp/monlib/encode/text/ya.make | 15 |
2 files changed, 0 insertions, 22 deletions
diff --git a/library/cpp/monlib/encode/text/ut/ya.make b/library/cpp/monlib/encode/text/ut/ya.make deleted file mode 100644 index beb4081959..0000000000 --- a/library/cpp/monlib/encode/text/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/text) - -SRCS( - text_encoder_ut.cpp -) - -END() diff --git a/library/cpp/monlib/encode/text/ya.make b/library/cpp/monlib/encode/text/ya.make deleted file mode 100644 index d328c1784e..0000000000 --- a/library/cpp/monlib/encode/text/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -SRCS( - text_encoder.cpp -) - -PEERDIR( - library/cpp/monlib/encode -) - -END() - -RECURSE_FOR_TESTS( - ut -) |