fastboot: Add fastboot_test to TEST_MAPPING.
Bug: N/A Test: fastboot_test on host Change-Id: I1947b371ba6117e6eed811d1d6e1ed4019e0a0e9
This commit is contained in:
parent
d34157e26e
commit
86e869a566
2 changed files with 9 additions and 0 deletions
|
@ -390,6 +390,8 @@ cc_test_host {
|
|||
enabled: false,
|
||||
},
|
||||
},
|
||||
|
||||
test_suites: ["general-tests"],
|
||||
}
|
||||
|
||||
cc_test_host {
|
||||
|
|
7
fastboot/TEST_MAPPING
Normal file
7
fastboot/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "fastboot_test"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue