Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Enable presubmit biometrics unit tests
Browse files Browse the repository at this point in the history
Enable biometrics/biometrics2/password unit tests

Bug: 281627891
Test: atest :presubmit in Settings folder
Change-Id: I2587b50b75a161c7b19f1e3430e41b98cfe6cf63
Merged-In: I2587b50b75a161c7b19f1e3430e41b98cfe6cf63
(cherry picked from commit a90536b)
  • Loading branch information
Milton Wu committed May 11, 2023
1 parent 1742524 commit d126303
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions TEST_MAPPING
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
"presubmit": [
{
"name": "SettingsSpaUnitTests"
},
{
"name": "SettingsUnitTests",
"options": [
{
"include-filter": "com.android.settings.password"
},
{
"include-filter": "com.android.settings.biometrics"
},
{
"include-filter": "com.android.settings.biometrics2"
}
]
}
],
"postsubmit": [
Expand Down

0 comments on commit d126303

Please sign in to comment.