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