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