aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/hyperloglog/ut/ya.make
blob: 76789b2644fc8ada597f92d2eae2e852fc6ae9e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
UNITTEST_FOR(library/cpp/hyperloglog) 

OWNER(
    anskor
    g:images-followers g:images-robot g:images-search-quality g:images-nonsearch-quality
)

SRCS(
    hyperloglog_ut.cpp
)

END()