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

SRCS(
    iconv_ut.cpp
    wide_ut.cpp
)

END()