aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/flat_hash/lib/ut/ya.make
blob: 5ffbfb2dd88b234ff01254187dc94d415762e6a2 (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()