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