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

OWNER(pg)

SRCS(
    crc32c_ut.cpp
)

END()