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