aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yson_pull/ut/ya.make
blob: 04b6a7e713e454a86eb160ecaa0d4ab593fc3eaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
UNITTEST_FOR(library/cpp/yson_pull)

SRCS(
    cescape_ut.cpp
    reader_ut.cpp
    writer_ut.cpp
    loop_ut.cpp
)

END()