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

SIZE(MEDIUM)

TIMEOUT(120)

SRCS(
    md5_medium_ut.cpp
)

REQUIREMENTS(ram:10)

END()