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