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

SRCS(
    crc32c_ut.cpp
)

END()