Merge "Add fuzzy_fastboot to vts-core suite"

This commit is contained in:
Dan Shi 2020-01-07 18:21:29 +00:00 committed by Gerrit Code Review
commit 6a606448a0

View file

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