aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/hdr/ut/ya.make
blob: 3d954aaffc895e4542012cc51e42d477eeabbd69 (plain) (blame)
1
2
3
4
5
6
7
8
UNITTEST_FOR(library/cpp/histogram/hdr)

SRCS(
    histogram_ut.cpp
    histogram_iter_ut.cpp
)

END()