Merge "Migrate manifest_*_test out of test mapping"

This commit is contained in:
Julien Desprez 2021-03-19 21:47:24 +00:00 committed by Gerrit Code Review
commit 0387862185
2 changed files with 6 additions and 14 deletions

View File

@ -55,7 +55,9 @@ python_test_host {
libs: [
"manifest_utils",
],
test_suites: ["general-tests"],
test_options: {
unit_test: true,
},
}
python_library_host {
@ -110,7 +112,9 @@ python_test_host {
libs: [
"manifest_utils",
],
test_suites: ["general-tests"],
test_options: {
unit_test: true,
},
}
python_binary_host {

View File

@ -1,12 +0,0 @@
{
"presubmit" : [
{
"name": "manifest_check_test",
"host": true
},
{
"name": "manifest_fixer_test",
"host": true
}
]
}