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

OWNER(
    paxakor
)

SRCS(
    cast_ut.cpp
)

PEERDIR(
    library/cpp/protobuf/interop
)

END()