aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/queue/ut/ya.make
blob: 8883d9bf69387a61bd724fdd1a1f440b03b0f8a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
UNITTEST_FOR(library/cpp/threading/queue)

OWNER(agri)

ALLOCATOR(B)

SRCS(
    basic_ut.cpp
    queue_ut.cpp
    tune_ut.cpp
    unordered_ut.cpp
    ut_helpers.cpp
    ut_helpers.h
)

END()