aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/test/ut/ya.make
blob: 9f7a93417a0499ceb890b60f28c1b57b185fce9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PROGRAM(library-messagebus-rain_check-test-ut)

OWNER(g:messagebus)

PEERDIR(
    library/cpp/testing/unittest_main
    library/cpp/messagebus/rain_check/core
    library/cpp/messagebus/rain_check/http
    library/cpp/messagebus/rain_check/messagebus
    library/cpp/messagebus/test/helper
)

SRCS(
    ../../core/coro_ut.cpp
    ../../core/simple_ut.cpp
    ../../core/sleep_ut.cpp
    ../../core/spawn_ut.cpp
    ../../core/track_ut.cpp
    ../../http/client_ut.cpp
    ../../messagebus/messagebus_client_ut.cpp
    ../../messagebus/messagebus_server_ut.cpp
)

END()