aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/utils/ya.make
blob: 8d18004e2b4a52191ef05290b1d38266a28ee1e1 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
LIBRARY()

SRCS(
    cast.h
    debug_info.cpp
    debug_info.h
    exceptions.cpp
    exceptions.h
    future_action.cpp
    future_action.h
    hash.cpp
    hash.h
    limiting_allocator.cpp
    md5_stream.cpp
    md5_stream.h
    method_index.cpp
    method_index.h
    multi_resource_lock.cpp
    multi_resource_lock.h
    parse_double.cpp
    parse_double.h
    proc_alive.cpp
    proc_alive.h
    rand_guid.cpp
    rand_guid.h
    resetable_setting.h
    retry.cpp
    retry.h
    sort.cpp
    sort.h
    swap_bytes.cpp
    swap_bytes.h
    url_builder.cpp
    utf8.cpp
    yql_panic.cpp
    yql_panic.h
    yql_paths.cpp
    yql_paths.h
)

PEERDIR(
    library/cpp/digest/md5
    library/cpp/string_utils/quote
    library/cpp/threading/future
    library/cpp/deprecated/atomic
    contrib/libs/miniselect
)

END()

RECURSE(
    backtrace
    failure_injector
    fetch
    log
    network
    rope
    signals
    sys
    test_http_server
    threading
)

RECURSE_FOR_TESTS(
    ut
)