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

OWNER( 
    pg 
    g:util 
) 

SRCS(
    md5_ut.cpp
)

END()