aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/digest/lower_case/ut/ya.make
blob: 159d49aa2a87b1f4a7929f1db0df368204df8bf0 (plain) (blame)
1
2
3
4
5
6
7
8
UNITTEST_FOR(library/cpp/digest/lower_case)

SRCS(
    lchash_ut.cpp
    hash_ops_ut.cpp
)

END()