aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/resource/ut/lib/ya.make
blob: a0d7697e8d05d1f75c95df4fde5740d4678094f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PY23_LIBRARY()

OWNER(pg)

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()