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

OWNER(tender-bum)

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

PEERDIR(
    library/cpp/containers/flat_hash/lib
)

END()