aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/text/ut/ya.make
blob: 3d507800e094ce5e1967e99dcd2bf3db074f26be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
UNITTEST_FOR(library/cpp/monlib/encode/text) 
 
OWNER(
    g:solomon
    jamel
)
 
SRCS( 
    text_encoder_ut.cpp 
) 
 
END()