aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/threading/unittests/ya.make
blob: ef9b5d29951ba6533a54eb93a83538cf955f5287 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
GTEST()

INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)

SRCS(
    count_down_latch_ut.cpp
    recursive_spin_lock_ut.cpp
    spin_wait_ut.cpp
)

PEERDIR(
    library/cpp/yt/assert
    library/cpp/yt/threading
    library/cpp/testing/gtest
)

END()