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

OWNER(
    dcherednik
    galaxycrab
)

SRCS(
    disjoint_interval_tree_ut.cpp
)

END()