summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-02-14 01:44:31 +0000
committerElliott Hughes <enh@google.com>2020-02-14 01:44:31 +0000
commit8e3910f37427cdde100f742d6134404229439ca7 (patch)
tree8a76c4aa7580eac05b772b3d978fbe3d174e5931
parentbba1a49d7809c538cdb6aa6babd87367a4fac440 (diff)
parent4ec6b1cb791ac18c96dfc3b5a3ed009268c376c6 (diff)
downloadzlib-8e3910f37427cdde100f742d6134404229439ca7.tar.gz
Merge "Add more tests to TEST_MAPPING." am: e97ab97920 am: 9f92d3633a am: 4ec6b1cb79
Change-Id: Icd3885e48f9c01ca6bcaf4cc18f84da441921609
-rw-r--r--TEST_MAPPING17
1 files changed, 17 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 0c98c27..06f36fd 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,9 +1,26 @@
{
"presubmit": [
+ {
+ "name": "puffin_unittest"
+ },
// recovery_host_test (imgdiff) relies on zlib for patch generation.
{
"name": "recovery_host_test",
"host": true
+ },
+ {
+ "name": "recovery_unit_test"
+ },
+ {
+ "name": "ziparchive-tests"
+ },
+ {
+ "name": "CtsLibcoreTestCases",
+ "options": [
+ {
+ "include-filter": "org.apache.harmony.tests.java.util.zip"
+ }
+ ]
}
]
}