blob: 8073a9322cefd9ac585bf9618ac2cf7103839a96 [file] [log] [blame]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +00001{
2 "presubmit": [
3 {
4 "name": "CtsWindowManagerDeviceTestCases",
5 "options": [
6 {
7 "include-filter": "android.server.wm.WindowInputTests"
8 }
9 ]
Siarhei Vishniakoua8388392020-10-21 23:58:48 -050010 },
11 {
12 "name": "libinput_tests"
13 },
14 {
15 "name": "inputflinger_tests"
16 },
17 {
18 "name": "InputTests"
19 },
20 {
21 "name": "libinputservice_test"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060022 },
23 {
24 "name": "CtsInputTestCases"
25 },
26 {
27 "name": "CtsViewTestCases",
28 "options": [
29 {
30 "include-filter": "android.view.cts.MotionEventTest"
31 }
32 ]
33 },
34 {
35 "name": "CtsSecurityTestCases",
36 "options": [
37 {
38 "include-filter": "android.security.cts.MotionEventTest"
39 }
40 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +000041 }
42 ]
43}