Merge "Migrate manifest_*_test out of test mapping"
This commit is contained in:
commit
0387862185
|
@ -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 {
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"presubmit" : [
|
||||
{
|
||||
"name": "manifest_check_test",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "manifest_fixer_test",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue