aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/hdr/ut/ya.make
blob: 83c65dbdded5e4740ca5cb4e1b46db8f125f69ce (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()