aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/flat_hash/ut/ya.make
blob: 1d33d3612081100b30f56ec9272ccef49a9e804c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
UNITTEST()

OWNER(tender-bum)

SRCS(
    flat_hash_ut.cpp
)

PEERDIR(
    library/cpp/containers/flat_hash
)

END()