aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/unicode/punycode/ut/ya.make
blob: 74272102a802527a23e5991c9a5ac0857682af32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UNITTEST_FOR(library/cpp/unicode/punycode)

OWNER(
    g:base
    g:middle
    g:upper
)

SRCS(
    punycode_ut.cpp
)

END()