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