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

SRCS(
    skiplist_ut.cpp
)

END()