aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/histogram/ya.make
blob: bcc309c37984c4b349abf6f740c7ae9e84869911 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

SRCS(
    eq_width_histogram.h
    eq_width_histogram.cpp
)

END()

RECURSE_FOR_TESTS(
    ut
)