diff options
Diffstat (limited to 'library/cpp/threading/queue/ut')
| -rw-r--r-- | library/cpp/threading/queue/ut/ya.make | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/library/cpp/threading/queue/ut/ya.make b/library/cpp/threading/queue/ut/ya.make new file mode 100644 index 00000000000..28246305df7 --- /dev/null +++ b/library/cpp/threading/queue/ut/ya.make @@ -0,0 +1,14 @@ +UNITTEST_FOR(library/cpp/threading/queue) + +ALLOCATOR(B) + +SRCS( + basic_ut.cpp + queue_ut.cpp + tune_ut.cpp + unordered_ut.cpp + ut_helpers.cpp + ut_helpers.h +) + +END() |
