aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/unicode/punycode/ut/ya.make
blob: 0857d5204184d24bb7d1355f05e09cf3fe765c3e (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()