aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/legacy_protobuf/ut/ya.make
blob: 479a0c46c913e87f38971250848b51439dc6ee40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
UNITTEST_FOR(library/cpp/monlib/encode/legacy_protobuf)

OWNER(
    g:solomon
    msherbakov
)

SRCS(
    legacy_protobuf_ut.cpp
    test_cases.proto
)

PEERDIR(
    library/cpp/monlib/encode/protobuf
    library/cpp/monlib/encode/text
)

END()