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

OWNER(g:yatool)

PEERDIR(
    build/plugins
)

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

END()