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