aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/skip_list/ut/ya.make
blob: f48e401b17d2b9fa80a95a5c3af4a8e1bcfb16c4 (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()