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

SRCS(
    containers_ut.cpp
    flat_hash_ut.cpp
    iterator_ut.cpp
    probings_ut.cpp
    size_fitters_ut.cpp
    table_ut.cpp
)

PEERDIR(
    library/cpp/containers/flat_hash
)

END()