aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/ya.make
blob: e3a92bec1f6ef1e9535c697e7ccc5b5c68e267cd (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
LIBRARY()

PEERDIR(
    library/cpp/lwtrace/protos
    library/cpp/deprecated/atomic
)

SRCS(
    check.cpp
    control.cpp
    custom_action.cpp
    kill_action.cpp
    log_shuttle.cpp
    perf.cpp
    probes.cpp
    shuttle.cpp
    sleep_action.cpp
    start.cpp
    stderr_writer.cpp
    symbol.cpp
    trace.cpp
)

END()

RECURSE(
    example1
    example2
    example3
    example4
    example5
    mon
    tests
    ut
)