aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/chunk_queue/ut/ya.make
blob: 542dd7367296ec8298bc103515debf6150809863 (plain) (blame)
1
2
3
4
5
6
7
8
9
UNITTEST_FOR(library/cpp/threading/chunk_queue)

OWNER(g:rtmr) 

SRCS(
    queue_ut.cpp
)

END()