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

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