aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/equeue/ut
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/threading/equeue/ut')
-rw-r--r--library/cpp/threading/equeue/ut/ya.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/threading/equeue/ut/ya.make b/library/cpp/threading/equeue/ut/ya.make
index 60bc0aa604..2cfcb4ae00 100644
--- a/library/cpp/threading/equeue/ut/ya.make
+++ b/library/cpp/threading/equeue/ut/ya.make
@@ -2,6 +2,7 @@ UNITTEST()
PEERDIR(
ADDINCL library/cpp/threading/equeue
+ library/cpp/threading/equeue/fast
)
SRCDIR(library/cpp/threading/equeue)