aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/hdr/ut/ya.make
blob: 13ceb143c872614482dc5db02d52f97cb5edd29a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
OWNER(
    g:util
    jamel
)

UNITTEST_FOR(library/cpp/histogram/hdr)

SRCS(
    histogram_ut.cpp
    histogram_iter_ut.cpp
)

END()