aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/intrusive_avl_tree/ut/ya.make
blob: 87920306d78ab5eb1b1e4c7a70f18abbfa08eaf5 (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()