aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/ya.make
blob: fc69260f97aa24aff16521c7abe05c353b53614d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OWNER(g:ymake)

PY2_LIBRARY()

PY_SRCS(
    TOP_LEVEL

    _common.py
    _requirements.py
)

PEERDIR(
    build/plugins/lib/proxy
    build/plugins/lib/test_const/proxy
)

END()

RECURSE(
    tests
    lib
    lib/proxy
    lib/test_const
    lib/test_const/proxy
)