diff options
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/binder/TEST_MAPPING | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING index 180c67c271..04cb61f971 100644 --- a/libs/binder/TEST_MAPPING +++ b/libs/binder/TEST_MAPPING @@ -99,5 +99,19 @@ { "name": "binderLibTest" } + ], + "kernel-presubmit": [ + { + "name": "binderDriverInterfaceTest" + }, + { + "name": "binderLibTest" + }, + { + "name": "binderSafeInterfaceTest" + }, + { + "name": "memunreachable_binder_test" + } ] } |