aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/lower_case/ut/ya.make
blob: adfb14818dba1c46461952b51a46e85c6589731d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UNITTEST_FOR(library/cpp/digest/lower_case)
 
OWNER(
    pg
    g:util
)
 
SRCS( 
    lchash_ut.cpp 
    hash_ops_ut.cpp 
) 
 
END()