aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/resource/ut/lib/ya.make
blob: 5019adb9f7ec9a1e20a7fcf66a4f390c04f5d5d2 (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()