aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/xml/document/ut/ya.make
blob: e955448c66a134040996ca086312aca3f55ab973 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
UNITTEST_FOR(library/cpp/xml/document)

OWNER(finder)

SRCS(
    xml-document_ut.cpp
    xml-textreader_ut.cpp
    xml-options_ut.cpp
)

END()