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

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

PEERDIR(
    library/cpp/messagebus/oldmodule
    library/cpp/deprecated/atomic
)

END()