blob: dc48e0e53c47dc17d9bad9ccb44751489f6400b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
UNITTEST_FOR(util)
SRCS(
stream/aligned_ut.cpp
stream/buffer_ut.cpp
stream/buffered_ut.cpp
stream/direct_io_ut.cpp
stream/file_ut.cpp
stream/format_ut.cpp
stream/format_std_ut.cpp
stream/hex_ut.cpp
stream/input_ut.cpp
stream/ios_ut.cpp
stream/labeled_ut.cpp
stream/length_ut.cpp
stream/mem_ut.cpp
stream/multi_ut.cpp
stream/printf_ut.cpp
stream/str_ut.cpp
stream/tokenizer_ut.cpp
stream/walk_ut.cpp
stream/zerocopy_output_ut.cpp
stream/zlib_ut.cpp
)
INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc)
END()
|