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