blob: 65c5af9b7f4b799ccbd0a36d417faff3d00470f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
GTEST()
OWNER(g:balancer)
SRCS(
stack_allocator_ut.cpp
stack_guards_ut.cpp
stack_pool_ut.cpp
stack_ut.cpp
stack_utils_ut.cpp
)
PEERDIR(
library/cpp/coroutine/engine
)
END()
|