From 056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11 Mon Sep 17 00:00:00 2001
From: alexv-smirnov <alex@ydb.tech>
Date: Wed, 15 Mar 2023 19:59:12 +0300
Subject: add library/cpp/actors, ymake build to ydb oss export

---
 library/cpp/threading/equeue/ut/ya.make | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 library/cpp/threading/equeue/ut/ya.make

(limited to 'library/cpp/threading/equeue/ut')

diff --git a/library/cpp/threading/equeue/ut/ya.make b/library/cpp/threading/equeue/ut/ya.make
new file mode 100644
index 0000000000..60bc0aa604
--- /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()
-- 
cgit v1.2.3