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

PEERDIR(
    library/cpp/messagebus/rain_check/core
)

SRCS(
    misc.cpp
)

END()