aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/sfh/ut/ya.make
blob: 09e358e746c259633393e0d91a9402739290c707 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
UNITTEST_FOR(library/cpp/digest/sfh)

OWNER( 
    pg 
    g:util 
) 

SRCS(
    sfh_ut.cpp
)

END()