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

PEERDIR(
    ADDINCL library/cpp/threading/equeue
)

SRCDIR(library/cpp/threading/equeue)

SRCS(
    equeue_ut.cpp
)

END()