aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/metrics/ut/ya.make
blob: d30cc3db84b7b59d0f9d8231728447ce04bb49e7 (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(library/cpp/monlib/metrics)

SRCS(
    ewma_ut.cpp
    fake_ut.cpp
    histogram_collector_ut.cpp
    histogram_snapshot_ut.cpp
    labels_ut.cpp
    log_histogram_collector_ut.cpp
    metric_registry_ut.cpp
    metric_sub_registry_ut.cpp
    metric_value_ut.cpp
    summary_collector_ut.cpp
    timer_ut.cpp
)

RESOURCE(
    histograms.json /histograms.json
)

PEERDIR(
    library/cpp/resource
    library/cpp/monlib/encode/protobuf
    library/cpp/monlib/encode/json
    library/cpp/threading/future
)

END()