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