aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/tests/ya.make
blob: 0c54899cc985e380b9b86b4a7777878c78833a9e (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
PY2TEST()

OWNER(g:yatool)

PEERDIR(
    build/plugins
)

PY_SRCS(
    fake_ymake.py
)

TEST_SRCS(
    test_code_generator.py
    test_common.py
    test_requirements.py
    test_ssqls.py
)

NO_CHECK_IMPORTS(
    build.plugins.code_generator
    build.plugins.ssqls
)

END()