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

SRCS(
    blocking_queue_ut.cpp
)

END()