summaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/concurrent_hash/ya.make
blob: 6d188bea289f2f3d1f2b09bbe2f393e9fc0aeae8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
LIBRARY()


SRCS(
    concurrent_hash.cpp
)

END()

RECURSE_FOR_TESTS(ut)