aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yson/node/ut/ya.make
blob: 269c167c147009abd41f117f2b4ac4c6b11b9a98 (plain) (blame)
1
2
3
4
5
6
7
8
UNITTEST_FOR(library/cpp/yson/node)

SRCS(
    node_ut.cpp
    node_io_ut.cpp
)

END()