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