blob: b5197692832e48ba211703328ccab3cd20e9734b (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | UNITTEST()
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()
 |