aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-11-29 14:05:58 -0800
committerJoel Galenson <jgalenson@google.com>2021-12-10 15:33:45 -0800
commit538f91758824e603fd1982fc179ec262086f9995 (patch)
treeb6697e07b98b2573ab7ca6b63713024a67427861 /TEST_MAPPING
parent64802f1af3f0087649585c7a4de1212f250de3cd (diff)
downloadwebpki-538f91758824e603fd1982fc179ec262086f9995.tar.gz
Refresh Android.bp, cargo2android.json, TEST_MAPPING.
Test: None Change-Id: Ieda4d7cffaca3811b584e5dba68afa2e713b0c7f
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING17
1 files changed, 14 insertions, 3 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index aaa4d17..66818d3 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,13 +2,24 @@
{
"presubmit": [
{
- "name": "webpki_device_test_src_lib"
+ "name": "webpki_test_src_lib"
},
{
- "name": "webpki_device_test_tests_dns_name_tests"
+ "name": "webpki_test_tests_dns_name_tests"
},
{
- "name": "webpki_device_test_tests_integration"
+ "name": "webpki_test_tests_integration"
+ }
+ ],
+ "presubmit-rust": [
+ {
+ "name": "webpki_test_src_lib"
+ },
+ {
+ "name": "webpki_test_tests_dns_name_tests"
+ },
+ {
+ "name": "webpki_test_tests_integration"
}
]
}