aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/intrusive_avl_tree/ut/ya.make
blob: ef8fb95b6e6b0389626b04eadcb8ca73f7281d46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
UNITTEST_FOR(library/cpp/containers/intrusive_avl_tree)
 
OWNER(
    pg
    g:util
)
 
SRCS( 
    avltree_ut.cpp 
) 
 
END()