diff options
Diffstat (limited to 'library/cpp/threading/equeue/ut')
| -rw-r--r-- | library/cpp/threading/equeue/ut/ya.make | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/library/cpp/threading/equeue/ut/ya.make b/library/cpp/threading/equeue/ut/ya.make new file mode 100644 index 00000000000..60bc0aa604b --- /dev/null +++ b/library/cpp/threading/equeue/ut/ya.make @@ -0,0 +1,13 @@ +UNITTEST() + +PEERDIR( + ADDINCL library/cpp/threading/equeue +) + +SRCDIR(library/cpp/threading/equeue) + +SRCS( + equeue_ut.cpp +) + +END() |
