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