summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future/subscription/ut/ya.make
blob: 9b7e371509b91c090265a2004c8dd4cf2ba76a21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
UNITTEST_FOR(library/cpp/threading/future/subscription)

SRCS(
    subscription_ut.cpp
    wait_all_ut.cpp
    wait_all_or_exception_ut.cpp
    wait_any_ut.cpp
    wait_ut_common.cpp
)

END()