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