aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/chunk_queue/ut/ya.make
blob: d69e219f66ed2a1bf802d19f577b2e0899c97508 (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()