aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/intrusive_rb_tree/ut/ya.make
blob: 15c74020dc7d38ad1661a34ba2cbe028eea110a3 (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()