aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING22
1 files changed, 19 insertions, 3 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index ef16d49..88d573d 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,14 +1,30 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
+ "imports": [
+ {
+ "path": "external/rust/crates/quiche"
+ },
+ {
+ "path": "external/rust/crates/unicode-normalization"
+ },
+ {
+ "path": "external/rust/crates/url"
+ }
+ ],
"presubmit": [
{
- "name": "quiche_device_test_src_lib"
+ "name": "doh_unit_test"
},
{
- "name": "url_device_test_src_lib"
+ "name": "tinyvec_test_tests_arrayvec"
+ }
+ ],
+ "presubmit-rust": [
+ {
+ "name": "doh_unit_test"
},
{
- "name": "unicode-normalization_device_test_src_lib"
+ "name": "tinyvec_test_tests_arrayvec"
}
]
}