aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/ut/ya.make
blob: f0176dd7b45a06912f29261dd33883b666e6ca03 (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
29
30
UNITTEST_FOR(util)

OWNER(g:util)
SUBSCRIBER(g:util-subscribers)

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/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()