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