aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/fs/test/ya.make
blob: c58182bfbafabb4c8ba3973c34a2e12d04acd0ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OWNER(g:yatool) 
 
PY23_TEST()
 
TEST_SRCS( 
    test_fs.py 
) 
 
PEERDIR( 
    library/python/fs 
    library/python/tmp 
) 
 
END()