blob: d0cfaeae926bb02059396565acb045bae6c12fee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
UNITTEST()
OWNER(
g:base
g:middle
)
PEERDIR(
ADDINCL library/cpp/threading/equeue
)
SRCDIR(library/cpp/threading/equeue)
SRCS(
equeue_ut.cpp
)
END()
|