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