aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/intrusive_rb_tree/ut/ya.make
blob: d243014bf5167c20cec801dcd93f448ea486dfc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
UNITTEST_FOR(library/cpp/containers/intrusive_rb_tree) 

OWNER(
    pg
    g:util
)

SRCS(
    rb_tree_ut.cpp
)

END()