aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/coroutine/engine/stack/ut/ya.make
blob: e3f33ecf6c86b450271b3e6df029b6d40d78a3fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GTEST()

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()