blob: 1798215c5ab34d3a037ebc3c5de9e6e967545cdb (
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()
|