Merge "fastboot: Add fastboot_test to TEST_MAPPING."

This commit is contained in:
David Anderson 2023-02-09 21:33:26 +00:00 committed by Gerrit Code Review
commit d45181f1c2
2 changed files with 9 additions and 0 deletions

View file

@ -391,6 +391,8 @@ cc_test_host {
enabled: false,
},
},
test_suites: ["general-tests"],
}
cc_test_host {

7
fastboot/TEST_MAPPING Normal file
View file

@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "fastboot_test"
}
]
}