aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs/ut/ya.make
blob: 7f3374a3596a643060d00e167c7b5fe72e45cca1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
UNITTEST()

OWNER( 
    g:base
    velavokr 
) 

PEERDIR(
    library/cpp/string_utils/base64
    library/cpp/codecs
    library/cpp/string_utils/relaxed_escaper
)

SRCS(
    tls_cache_ut.cpp
    codecs_ut.cpp
    float_huffman_ut.cpp
)

END()