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