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