Merge "fastboot: Add fastboot_test to TEST_MAPPING."
This commit is contained in:
commit
d45181f1c2
2 changed files with 9 additions and 0 deletions
|
|
@ -391,6 +391,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…
Add table
Reference in a new issue