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