blob: 155a27531b25fb484239dd15b068aad0838858e0 [file] [log] [blame]
Lloyd Pique70d91362018-10-18 16:02:55 -07001{
2 "presubmit": [
3 {
4 "name": "libsurfaceflinger_unittest"
5 },
6 {
7 "name": "libcompositionengine_test"
Florian Mayer4c64da22023-03-10 18:55:05 +00008 },
9 {
Prabir Pradhan74c80592023-04-11 19:09:20 +000010 "name": "libgui_test",
11 "options": [
12 {
13 "native-test-flag": "--gtest_filter=\"InputSurfacesTest*:MultiDisplayTests*\""
14 }
15 ]
16 },
17 {
Florian Mayer4c64da22023-03-10 18:55:05 +000018 "name": "libscheduler_test"
19 }
20 ],
21 "hwasan-presubmit": [
22 {
23 "name": "libscheduler_test"
Lloyd Pique70d91362018-10-18 16:02:55 -070024 }
25 ]
26}