blob: 8f34cc54ba872b59291572e7f19d303fa3d32bb6 (
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
68
69
70
|
LIBRARY()
SRCS(
cast.h
chunked_buffer.cpp
chunked_buffer.h
debug_info.cpp
debug_info.h
exceptions.cpp
exceptions.h
future_action.cpp
future_action.h
hash.cpp
hash.h
limiting_allocator.cpp
line_split.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_FOR_TESTS(
ut
)
IF (OPENSOURCE_PROJECT != "yt")
RECURSE(
backtrace
failure_injector
fetch
log
network
signals
sys
test_http_server
threading
)
ENDIF()
|