aboutsummaryrefslogtreecommitdiffstats
path: root/util/digest/ut/ya.make
blob: 5557ed8bd2b4dfdc24dd17b4fc19f124dffbe4e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
UNITTEST_FOR(util)

OWNER(g:util)
SUBSCRIBER(g:util-subscribers)

SRCS(
    digest/fnv_ut.cpp
    digest/murmur_ut.cpp
    digest/multi_ut.cpp
    digest/sequence_ut.cpp
)

INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc) 
 
END()