diff options
Diffstat (limited to 'library/cpp/threading/equeue/ut')
| -rw-r--r-- | library/cpp/threading/equeue/ut/ya.make | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/library/cpp/threading/equeue/ut/ya.make b/library/cpp/threading/equeue/ut/ya.make index 2f6293d47de..2f6568dceb3 100644 --- a/library/cpp/threading/equeue/ut/ya.make +++ b/library/cpp/threading/equeue/ut/ya.make @@ -1,18 +1,18 @@ -UNITTEST() - -OWNER( - g:base - g:middle -) - -PEERDIR( +UNITTEST() + +OWNER( + g:base + g:middle +) + +PEERDIR( ADDINCL library/cpp/threading/equeue -) - +) + SRCDIR(library/cpp/threading/equeue) - -SRCS( - equeue_ut.cpp -) - -END() + +SRCS( + equeue_ut.cpp +) + +END() |
