01705e4f1d
Move tests in the same directory as the corresponding code, so it's easier to see what is/isn't tested. Fix naming of libcutils_tests (plural) to match the singular that's more common (even though the plural makes more sense to me). Add these two to system/core/'s TEST_MAPPING. Remove obsolete AndroidTest.xml. Fix a flaky (timing-dependent) libcutils test. Test: ran tests Change-Id: I7e0a31ff45c8a152562bf66fc97161594249366e
37 lines
533 B
Text
37 lines
533 B
Text
{
|
|
"presubmit": [
|
|
{
|
|
"name": "adbd_test"
|
|
},
|
|
{
|
|
"name": "debuggerd_test"
|
|
},
|
|
{
|
|
"name": "fs_mgr_unit_test"
|
|
},
|
|
{
|
|
"name": "init_tests"
|
|
},
|
|
{
|
|
"name": "libbase_test"
|
|
},
|
|
{
|
|
"name": "libprocinfo_test"
|
|
},
|
|
{
|
|
"name": "libutils_test"
|
|
},
|
|
{
|
|
"name": "memunreachable_test"
|
|
},
|
|
{
|
|
"name": "memunreachable_binder_test"
|
|
},
|
|
{
|
|
"name": "propertyinfoserializer_tests"
|
|
},
|
|
{
|
|
"name": "ziparchive-tests"
|
|
}
|
|
]
|
|
}
|