diff options
Diffstat (limited to 'library/cpp/bit_io')
| -rw-r--r-- | library/cpp/bit_io/ut/ya.make | 7 | ||||
| -rw-r--r-- | library/cpp/bit_io/ya.make | 17 |
2 files changed, 24 insertions, 0 deletions
diff --git a/library/cpp/bit_io/ut/ya.make b/library/cpp/bit_io/ut/ya.make new file mode 100644 index 00000000000..a206a477e10 --- /dev/null +++ b/library/cpp/bit_io/ut/ya.make @@ -0,0 +1,7 @@ +UNITTEST_FOR(library/cpp/bit_io) + +SRCS( + bitinout_ut.cpp +) + +END() diff --git a/library/cpp/bit_io/ya.make b/library/cpp/bit_io/ya.make new file mode 100644 index 00000000000..cb046bcf7e7 --- /dev/null +++ b/library/cpp/bit_io/ya.make @@ -0,0 +1,17 @@ +LIBRARY() + +PEERDIR( + library/cpp/deprecated/accessors +) + +SRCS( + bitinput.cpp + bitinput_impl.cpp + bitoutput.cpp +) + +END() + +RECURSE_FOR_TESTS( + ut +) |
