aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/util/ut/ya.make
blob: be07c513478775d821ebee8ee8135b6bfed3a535 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OWNER(nga) 
 
UNITTEST_FOR(library/cpp/protobuf/util)
 
SRCS( 
    extensions.proto
    sample_for_is_equal.proto 
    sample_for_simple_reflection.proto
    common_ut.proto
    pb_io_ut.cpp
    is_equal_ut.cpp
    iterators_ut.cpp
    simple_reflection_ut.cpp
    repeated_field_utils_ut.cpp
    walk_ut.cpp
    merge_ut.cpp
) 
 
END()