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

OWNER(g:messagebus)

PEERDIR( 
    library/cpp/messagebus/rain_check/core
) 
 
SRCS(
    misc.cpp
)

END()