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