summaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/stack_array/ut
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/containers/stack_array/ut')
-rw-r--r--library/cpp/containers/stack_array/ut/ya.make7
1 files changed, 7 insertions, 0 deletions
diff --git a/library/cpp/containers/stack_array/ut/ya.make b/library/cpp/containers/stack_array/ut/ya.make
new file mode 100644
index 00000000000..fdd5b8cdbac
--- /dev/null
+++ b/library/cpp/containers/stack_array/ut/ya.make
@@ -0,0 +1,7 @@
+UNITTEST_FOR(library/cpp/containers/stack_array)
+
+SRCS(
+ tests_ut.cpp
+)
+
+END()