Migrate manifest_*_test out of test mapping

Unit tests do not require an explicit TEST_MAPPING config

Change-Id: Ieccebc78a26b9555803a2278e2962d0b388a6957
Test: presubmit
Bug: 183209529
This commit is contained in:
Julien Desprez
2021-03-19 17:16:09 +00:00
parent 00d54280d0
commit 2dc86b2956
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
}
]
}