aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/crc32c/ut/ya.make
blob: 8ce179aaa8349ee9b7d2eace27203e90bc7f7f38 (plain) (blame)
1
2
3
4
5
6
7
8
9
UNITTEST_FOR(library/cpp/digest/crc32c)
 
OWNER(pg) 
 
SRCS( 
    crc32c_ut.cpp 
) 
 
END()