aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/charset/ut/ya.make
blob: 42f7ca54e2020f3bc4a306683f9846f7226989ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
UNITTEST_FOR(library/cpp/charset)

SRCS(
    ci_string_ut.cpp
    codepage_ut.cpp
    iconv_ut.cpp
    wide_ut.cpp
)

END()