summaryrefslogtreecommitdiffstats
path: root/library/cpp/packedtypes/ut
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/packedtypes/ut')
-rw-r--r--library/cpp/packedtypes/ut/ya.make14
1 files changed, 14 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()