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