aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/old_crc/ut/ya.make
blob: 08e432b351d83a05f1b30dcfdac8668bab802492 (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()