aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/light_rw_lock/bench/ya.make
blob: 7969b52a50176398fcf5d76d9a5601e4913945e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROGRAM(lightrwlock_test)

OWNER(agri)

SRCS(
    lightrwlock_test.cpp
)

PEERDIR(
    library/cpp/threading/light_rw_lock
)

END()