aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING31
1 files changed, 13 insertions, 18 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 4410288..209b12d 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,32 +1,27 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
- {
- "name": "base64_device_test_tests_decode"
- },
- {
- "name": "base64_device_test_tests_encode"
- },
- {
- "name": "base64_device_test_tests_helpers"
- },
+ "imports": [
{
- "name": "cast_device_test_src_lib"
+ "path": "external/rust/crates/base64"
},
{
- "name": "tinytemplate_device_test_src_lib"
+ "path": "external/rust/crates/tinytemplate"
},
{
- "name": "tinyvec_device_test_tests_arrayvec"
+ "path": "external/rust/crates/tinyvec"
},
{
- "name": "tinyvec_device_test_tests_tinyvec"
- },
+ "path": "external/rust/crates/unicode-xid"
+ }
+ ],
+ "presubmit": [
{
- "name": "unicode-xid_device_test_src_lib"
- },
+ "name": "cast_test_src_lib"
+ }
+ ],
+ "presubmit-rust": [
{
- "name": "unicode-xid_device_test_tests_exhaustive_tests"
+ "name": "cast_test_src_lib"
}
]
}