aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/equeue/ut/ya.make
blob: 2cfcb4ae00719850e30b26e92fb073a21af66502 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
UNITTEST()

PEERDIR(
    ADDINCL library/cpp/threading/equeue
    library/cpp/threading/equeue/fast
)

SRCDIR(library/cpp/threading/equeue)

SRCS(
    equeue_ut.cpp
)

END()