fastboot: Add fastboot_test to TEST_MAPPING.

Bug: N/A
Test: fastboot_test on host
Change-Id: I1947b371ba6117e6eed811d1d6e1ed4019e0a0e9
This commit is contained in:
David Anderson 2023-02-08 13:58:40 -08:00
parent d34157e26e
commit 86e869a566
2 changed files with 9 additions and 0 deletions

View file

@ -390,6 +390,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"
}
]
}