summaryrefslogtreecommitdiffstats
path: root/util/folder/ut
diff options
context:
space:
mode:
authoralexv-smirnov <[email protected]>2023-03-15 19:59:12 +0300
committeralexv-smirnov <[email protected]>2023-03-15 19:59:12 +0300
commit056bb284ccf8dd6793ec3a54ffa36c4fb2b9ad11 (patch)
tree4740980126f32e3af7937ba0ca5f83e59baa4ab0 /util/folder/ut
parent269126dcced1cc8b53eb4398b4a33e5142f10290 (diff)
add library/cpp/actors, ymake build to ydb oss export
Diffstat (limited to 'util/folder/ut')
-rw-r--r--util/folder/ut/ya.make20
1 files changed, 20 insertions, 0 deletions
diff --git a/util/folder/ut/ya.make b/util/folder/ut/ya.make
new file mode 100644
index 00000000000..2ffaa8a2ec2
--- /dev/null
+++ b/util/folder/ut/ya.make
@@ -0,0 +1,20 @@
+UNITTEST_FOR(util)
+
+SUBSCRIBER(g:util-subscribers)
+
+SRCS(
+ folder/dirut_ut.cpp
+ folder/filelist_ut.cpp
+ folder/fts_ut.cpp
+ folder/iterator_ut.cpp
+ folder/path_ut.cpp
+ folder/pathsplit_ut.cpp
+)
+
+PEERDIR(
+ library/cpp/threading/future
+)
+
+INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc)
+
+END()