aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-01-30 13:03:50 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-01-30 13:03:50 +0100
commit9a47994fc7c88e2cc23dcb3a96675e67d80c6081 (patch)
tree1de5d6611dabb3e0c1bce16281a2050a3a3f377c
parent747fd9a206e17c313cc1b117943305eced93f22b (diff)
downloadquiche-9a47994fc7c88e2cc23dcb3a96675e67d80c6081.tar.gz
Update TEST_MAPPING
Test: atest Change-Id: I027491b3d267548cd4b779649ea9cc4645401e36
-rw-r--r--TEST_MAPPING11
1 files changed, 5 insertions, 6 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 1d3032b..d394a8a 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,18 +1,17 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
+ "imports": [
{
- "name": "doh_unit_test"
- },
+ "path": "packages/modules/DnsResolver"
+ }
+ ],
+ "presubmit": [
{
"name": "quiche_device_test_src_lib"
}
],
"presubmit-rust": [
{
- "name": "doh_unit_test"
- },
- {
"name": "quiche_device_test_src_lib"
}
]