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

SRCS(
    popcount_ut.cpp
)

END()