blob: 2f6293d47de3f558328c87fea0231379d4184a44 (
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()
|