aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/xml/document/ut/ya.make
blob: 02b558db4ded857b95e3469e9bb85bff9038e1e2 (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()