aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/old_crc/ut/ya.make
blob: a783bbae5b72839d172dfa1cdc8b55792e39d372 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
UNITTEST_FOR(library/cpp/digest/old_crc)

OWNER(
    pg
    g:util
)

SRCS(
    crc_ut.cpp
)

END()