summaryrefslogtreecommitdiffstats
path: root/library/python/resource/ut/lib/ya.make
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/resource/ut/lib/ya.make')
-rw-r--r--library/python/resource/ut/lib/ya.make15
1 files changed, 15 insertions, 0 deletions
diff --git a/library/python/resource/ut/lib/ya.make b/library/python/resource/ut/lib/ya.make
new file mode 100644
index 00000000000..f5e28cad29f
--- /dev/null
+++ b/library/python/resource/ut/lib/ya.make
@@ -0,0 +1,15 @@
+PY23_LIBRARY()
+
+TEST_SRCS(test_simple.py)
+
+PEERDIR(
+ library/python/resource
+)
+
+RESOURCE(
+ qw.txt /qw.txt
+ qw.txt /prefix/1.txt
+ qw.txt /prefix/2.txt
+)
+
+END()