aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/small_containers/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/yt/small_containers/ya.make')
-rw-r--r--library/cpp/yt/small_containers/ya.make20
1 files changed, 20 insertions, 0 deletions
diff --git a/library/cpp/yt/small_containers/ya.make b/library/cpp/yt/small_containers/ya.make
new file mode 100644
index 0000000000..d886b2ddac
--- /dev/null
+++ b/library/cpp/yt/small_containers/ya.make
@@ -0,0 +1,20 @@
+LIBRARY()
+
+PEERDIR(
+ library/cpp/yt/assert
+ library/cpp/yt/malloc
+)
+
+CHECK_DEPENDENT_DIRS(
+ ALLOW_ONLY ALL
+ build
+ contrib
+ library
+ util
+)
+
+END()
+
+RECURSE_FOR_TESTS(
+ unittests
+)