aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/intrusive_rb_tree/ut/ya.make
blob: db8d6f0a723a3aa17060dc51121fcc55162044ce (plain) (blame)
1
2
3
4
5
6
7
UNITTEST_FOR(library/cpp/containers/intrusive_rb_tree)

SRCS(
    rb_tree_ut.cpp
)

END()