aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/helper/ya.make
blob: 97bd45f5738b2555b503c40e10ae2283c5976540 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY(messagebus_test_helper)

OWNER(g:messagebus)

SRCS(
    example.cpp
    example_module.cpp
    fixed_port.cpp
    message_handler_error.cpp
    hanging_server.cpp
)

PEERDIR(
    library/cpp/messagebus/oldmodule
)

END()