aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/helper/ya.make
blob: 703f6b6953a4c27af0b4d9b0f35966b44ad32e18 (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()