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