Merge "[test] TEST_MAPPING for incremental service" into sc-dev

This commit is contained in:
Songchun Fan
2021-02-23 01:50:46 +00:00
committed by Android (Google) Code Review
2 changed files with 36 additions and 1 deletions

View File

@@ -133,5 +133,8 @@ cc_test {
],
static_libs: [
"libgmock",
]
],
test_options: {
unit_test: true,
},
}

View File

@@ -0,0 +1,32 @@
{
"presubmit": [
{
"name": "CtsContentTestCases",
"options": [
{
"include-filter": "android.content.pm.cts.PackageManagerShellCommandTest"
},
{
"include-filter": "android.content.pm.cts.PackageManagerShellCommandIncrementalTest"
},
{
"include-filter": "android.content.pm.cts.ChecksumsTest"
}
]
},
{
"name": "CtsPackageManagerStatsHostTestCases",
"options": [
{
"include-filter": "com.android.cts.packagemanager.stats.host.PackageInstallerV2StatsTests"
}
]
},
{
"name": "CtsIncrementalInstallHostTestCases"
},
{
"name": "CtsInstalledLoadingProgressHostTests"
}
]
}