Add fuzzy_fastboot to vts-core suite
The binary is required by FastbootVerifyUserspaceTest. Disable test config generation as fuzzy_fasboot itself is not part of vts-core suite. Bug: 147249791 Test: atest FastbootVerifyUserspaceTest Change-Id: Ief86f33b41990a354497b128e154da04fec58ae9
This commit is contained in:
parent
24ccfc244b
commit
44b29c643a
1 changed files with 9 additions and 1 deletions
|
@ -40,5 +40,13 @@ cc_test_host {
|
|||
"-framework IOKit",
|
||||
],
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
// Disable auto-generation of test config as this binary itself is not a test in the test suites,
|
||||
// rather it is used by other tests.
|
||||
auto_gen_config: false,
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
"vts-core",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue