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