aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/interop/ut/ya.make
blob: 07813fe5dfa0984c3f284a99d6ca96ff1a16018b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
UNITTEST_FOR(library/cpp/protobuf/interop)

SRCS(
    cast_ut.cpp
)

PEERDIR(
    library/cpp/protobuf/interop
)

END()