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

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()