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