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

SRCS(
    queue_ut.cpp
)

END()