aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future/ut/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/threading/future/ut/ya.make')
-rw-r--r--library/cpp/threading/future/ut/ya.make14
1 files changed, 14 insertions, 0 deletions
diff --git a/library/cpp/threading/future/ut/ya.make b/library/cpp/threading/future/ut/ya.make
new file mode 100644
index 0000000000..566b622370
--- /dev/null
+++ b/library/cpp/threading/future/ut/ya.make
@@ -0,0 +1,14 @@
+UNITTEST_FOR(library/cpp/threading/future)
+
+OWNER(
+ g:rtmr
+ ishfb
+)
+
+SRCS(
+ async_ut.cpp
+ future_ut.cpp
+ legacy_future_ut.cpp
+)
+
+END()