aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/tests/ya.make
blob: 1b0f3cfc32cd538d1b0ac8b99767c6dd2b569906 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PY2TEST()

OWNER(g:ymake)

TEST_SRCS(
    test_common.py
    test_requirements.py
)

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

END()