Split up the system/core/ TEST_MAPPING.
A lot of things had moved out of system/core/ without their TEST_MAPPING entries having gone with them, reducing the amount of presubmit coverage for those things. In order to reduce the likelihood of that happening again, I've pushed all that remained in the system/core/ TEST_MAPPING down into the individual subdirectories. Test: treehugger Change-Id: Ib75d65f9200fa64ae1552471da6fbe5b7023cf94
This commit is contained in:
parent
489f09abd4
commit
22e082e87a
9 changed files with 58 additions and 66 deletions
66
TEST_MAPPING
66
TEST_MAPPING
|
@ -1,66 +0,0 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "adbd_test"
|
||||
},
|
||||
{
|
||||
"name": "adb_crypto_test"
|
||||
},
|
||||
{
|
||||
"name": "adb_pairing_auth_test"
|
||||
},
|
||||
{
|
||||
"name": "adb_pairing_connection_test"
|
||||
},
|
||||
{
|
||||
"name": "adb_tls_connection_test"
|
||||
},
|
||||
{
|
||||
"name": "CtsFsMgrTestCases"
|
||||
},
|
||||
{
|
||||
"name": "CtsInitTestCases"
|
||||
},
|
||||
{
|
||||
"name": "debuggerd_test"
|
||||
},
|
||||
{
|
||||
"name": "fs_mgr_vendor_overlay_test"
|
||||
},
|
||||
{
|
||||
"name": "init_kill_services_test"
|
||||
},
|
||||
{
|
||||
"name": "libpackagelistparser_test"
|
||||
},
|
||||
{
|
||||
"name": "libcutils_test"
|
||||
},
|
||||
{
|
||||
"name": "libmodprobe_tests"
|
||||
},
|
||||
{
|
||||
"name": "libprocinfo_test"
|
||||
},
|
||||
{
|
||||
"name": "libutils_test"
|
||||
},
|
||||
{
|
||||
"name": "memunreachable_test"
|
||||
},
|
||||
{
|
||||
"name": "memunreachable_unit_test"
|
||||
},
|
||||
{
|
||||
"name": "memunreachable_binder_test"
|
||||
},
|
||||
{
|
||||
"name": "propertyinfoserializer_tests"
|
||||
}
|
||||
],
|
||||
"imports": [
|
||||
{
|
||||
"path": "frameworks/base/tests/StagedInstallTest"
|
||||
}
|
||||
]
|
||||
}
|
7
debuggerd/TEST_MAPPING
Normal file
7
debuggerd/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "debuggerd_test"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsFsMgrTestCases"
|
||||
},
|
||||
{
|
||||
"name": "libdm_test"
|
||||
},
|
||||
|
@ -12,6 +15,9 @@
|
|||
{
|
||||
"name": "fiemap_writer_test"
|
||||
},
|
||||
{
|
||||
"name": "fs_mgr_vendor_overlay_test"
|
||||
},
|
||||
{
|
||||
"name": "vts_libsnapshot_test"
|
||||
},
|
||||
|
|
10
init/TEST_MAPPING
Normal file
10
init/TEST_MAPPING
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsInitTestCases"
|
||||
},
|
||||
{
|
||||
"name": "init_kill_services_test"
|
||||
}
|
||||
]
|
||||
}
|
7
libcutils/TEST_MAPPING
Normal file
7
libcutils/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "libcutils_test"
|
||||
}
|
||||
]
|
||||
}
|
7
libmodprobe/TEST_MAPPING
Normal file
7
libmodprobe/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "libmodprobe_tests"
|
||||
}
|
||||
]
|
||||
}
|
7
libpackagelistparser/TEST_MAPPING
Normal file
7
libpackagelistparser/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "libpackagelistparser_test"
|
||||
}
|
||||
]
|
||||
}
|
7
libutils/TEST_MAPPING
Normal file
7
libutils/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "libutils_test"
|
||||
}
|
||||
]
|
||||
}
|
7
property_service/TEST_MAPPING
Normal file
7
property_service/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "propertyinfoserializer_tests"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue