summaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/concurrent_hash/ut/ya.make
blob: a1241d152627f660286f1b361ee6897abc6a4747 (plain) (blame)
1
2
3
4
5
6
7
8
UNITTEST_FOR(library/cpp/containers/concurrent_hash)


SRCS(
    concurrent_hash_ut.cpp
)

END()