TEST_MAPPING: add the rest of our actively maintained tests.
We can't add the ones that need a shared library because the infrastructure doesn't work yet. (We also can't comment this in the file, because there's no support for comments :-( .) Bug: N/A Test: N/A Change-Id: I4d84f962bbf48fc708df336726c18e48fe206492
This commit is contained in:
parent
787de64fad
commit
e038f49bca
2 changed files with 25 additions and 0 deletions
24
TEST_MAPPING
24
TEST_MAPPING
|
@ -2,6 +2,30 @@
|
|||
"presubmit": [
|
||||
{
|
||||
"name": "adbd_test"
|
||||
},
|
||||
{
|
||||
"name": "debuggerd_test"
|
||||
},
|
||||
{
|
||||
"name": "init_tests"
|
||||
},
|
||||
{
|
||||
"name": "libbase_test"
|
||||
},
|
||||
{
|
||||
"name": "libprocinfo_test"
|
||||
},
|
||||
{
|
||||
"name": "memunreachable_test"
|
||||
},
|
||||
{
|
||||
"name": "memunreachable_binder_test"
|
||||
},
|
||||
{
|
||||
"name": "propertyinfoserializer_tests"
|
||||
},
|
||||
{
|
||||
"name": "ziparchive-tests"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -125,6 +125,7 @@ cc_test {
|
|||
enabled: true,
|
||||
},
|
||||
},
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
||||
// Performance benchmarks.
|
||||
|
|
Loading…
Reference in a new issue