aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/interconnect/ut/lib/ya.make
blob: ce1ca13b3b210fde008f372e903771f1efc62a4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY() 
 
OWNER(vkanaev) 
 
SRCS( 
    node.h 
    test_events.h 
    test_actors.h 
    ic_test_cluster.h 
) 
 
END()