diff options
Diffstat (limited to 'library/cpp/packedtypes')
| -rw-r--r-- | library/cpp/packedtypes/ut/ya.make | 14 | ||||
| -rw-r--r-- | library/cpp/packedtypes/ya.make | 20 |
2 files changed, 34 insertions, 0 deletions
diff --git a/library/cpp/packedtypes/ut/ya.make b/library/cpp/packedtypes/ut/ya.make new file mode 100644 index 00000000000..3254037ad8b --- /dev/null +++ b/library/cpp/packedtypes/ut/ya.make @@ -0,0 +1,14 @@ +UNITTEST_FOR(library/cpp/packedtypes) + +PEERDIR( + library/cpp/digest/old_crc +) + +SRCS( + longs_ut.cpp + packed_ut.cpp + packedfloat_ut.cpp + zigzag_ut.cpp +) + +END() diff --git a/library/cpp/packedtypes/ya.make b/library/cpp/packedtypes/ya.make new file mode 100644 index 00000000000..0b7e6d78fce --- /dev/null +++ b/library/cpp/packedtypes/ya.make @@ -0,0 +1,20 @@ +LIBRARY() + +PEERDIR( + library/cpp/streams/zc_memory_input +) + +SRCS( + fixed_point.h + longs.cpp + packed.h + packedfloat.cpp + packedfloat.h + zigzag.h +) + +END() + +RECURSE_FOR_TESTS( + ut +) |
