aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/skip_list/ut/ya.make
blob: 704a31e9a201dde3eef9d269ec4f5c8f4aee5991 (plain) (blame)
1
2
3
4
5
6
7
8
9
UNITTEST_FOR(library/cpp/threading/skip_list)

OWNER(g:rtmr)

SRCS(
    skiplist_ut.cpp
)

END()