aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING23
1 files changed, 12 insertions, 11 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 912694f..9a60ded 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,23 +1,24 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
- {
- "name": "base64_device_test_tests_decode"
- },
+ "imports": [
{
- "name": "base64_device_test_tests_encode"
+ "path": "external/rust/crates/base64"
},
{
- "name": "base64_device_test_tests_helpers"
+ "path": "external/rust/crates/tinyvec"
},
{
- "name": "tinytemplate_device_test_src_lib"
- },
+ "path": "external/rust/crates/unicode-xid"
+ }
+ ],
+ "presubmit": [
{
- "name": "unicode-xid_device_test_src_lib"
- },
+ "name": "tinytemplate_test_src_lib"
+ }
+ ],
+ "presubmit-rust": [
{
- "name": "unicode-xid_device_test_tests_exhaustive_tests"
+ "name": "tinytemplate_test_src_lib"
}
]
}