aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs/ut/ya.make
blob: 90841b05ef62325758d277fc93c63736a8533376 (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()