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

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