summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-02-14 01:19:04 +0000
committerElliott Hughes <enh@google.com>2020-02-14 01:19:04 +0000
commit9f92d3633a3e8c95b2cb18ed28c87fed7c63a575 (patch)
tree8a76c4aa7580eac05b772b3d978fbe3d174e5931
parent2a03da763c7fac14a5f3f1ece6631af00ab4806f (diff)
parente97ab9792073aca404f882e04585552b72e91951 (diff)
downloadzlib-9f92d3633a3e8c95b2cb18ed28c87fed7c63a575.tar.gz
Merge "Add more tests to TEST_MAPPING." am: e97ab97920
Change-Id: Ifc40c1deb73f32be905c735032d8782b03b6261b
-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"
+ }
+ ]
}
]
}