summaryrefslogtreecommitdiffstats
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-10-29 12:29:34 -0700
committerElliott Hughes <enh@google.com>2018-10-30 11:24:57 -0700
commite038f49bca054da7f4734dadb86aefbd81332542 (patch)
treeb0482679b71c9ae630c62bc019a4a2ab0281cdbc /TEST_MAPPING
parent787de64fade7034c422174096569c9cfb5c06d2c (diff)
downloadsystem_core-e038f49bca054da7f4734dadb86aefbd81332542.tar.gz
system_core-e038f49bca054da7f4734dadb86aefbd81332542.tar.bz2
system_core-e038f49bca054da7f4734dadb86aefbd81332542.zip
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
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING24
1 files changed, 24 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index c47230fff..f9c3b4adc 100644
--- a/TEST_MAPPING
+++ b/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"
}
]
}