aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/charset/ut/ya.make
blob: 18d0de4c3cfb6eb3e6a24b95ea9c611ea52a5edc (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()