summaryrefslogtreecommitdiffstats
path: root/library/cpp/xml/document/ut/ya.make
blob: 856b6ad796a6c8dd3b97b8fe91caa8d818b9edf6 (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()