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