summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/chunk_queue/ut
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/threading/chunk_queue/ut')
-rw-r--r--library/cpp/threading/chunk_queue/ut/ya.make7
1 files changed, 7 insertions, 0 deletions
diff --git a/library/cpp/threading/chunk_queue/ut/ya.make b/library/cpp/threading/chunk_queue/ut/ya.make
new file mode 100644
index 00000000000..a58422ce02a
--- /dev/null
+++ b/library/cpp/threading/chunk_queue/ut/ya.make
@@ -0,0 +1,7 @@
+UNITTEST_FOR(library/cpp/threading/chunk_queue)
+
+SRCS(
+ queue_ut.cpp
+)
+
+END()