aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/pop_count/ut/ya.make
blob: a2979c6642b65d7850cf9bfd63efabd0d8bc02fb (plain) (blame)
1
2
3
4
5
6
7
8
9
UNITTEST_FOR(library/cpp/pop_count)

OWNER(g:util) 

SRCS(
    popcount_ut.cpp
)

END()