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