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

OWNER(agri)

SRCS(
    rwlock_ut.cpp
)

END()