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