aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/interop/ut/ya.make
blob: ab8686bf112e48576b6639af881d9ceb967dfc58 (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()