aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/charset/ut/ya.make
blob: e388c01c3f073c42ae3053173d277bb367792cff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
UNITTEST_FOR(library/cpp/charset)
 
OWNER(alzobnin)
 
SRCS( 
    ci_string_ut.cpp
    codepage_ut.cpp 
    iconv_ut.cpp 
    wide_ut.cpp 
) 
 
END()