aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/svn_version/ut/lib/ya.make
blob: 794114e13108f7a0a6fbea71ff39f78c5702b928 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PY23_LIBRARY() 
 
OWNER(pg) 
 
PEERDIR( 
    library/python/svn_version 
) 
 
TEST_SRCS( 
    test_simple.py 
) 
 
END()