summaryrefslogtreecommitdiffstats
path: root/library/cpp/json/ordered_maps/ut/ya.make
blob: 0a92c1a40935bd37c715c7fefd4e56409588cb74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
UNITTEST_FOR(library/cpp/json/ordered_maps)


PEERDIR(
    library/cpp/string_utils/relaxed_escaper
)

SRCS(
    json_value_ordered_ut.cpp
    json_reader_fast_ordered_ut.cpp
    json_reader_nan_ordered_ut.cpp
    json_reader_ordered_ut.cpp
    json_writer_ordered_ut.cpp
    json_ordered_ut.cpp
)

END()