aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING21
1 files changed, 11 insertions, 10 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 5dacebd..c934591 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,20 +1,21 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
- {
- "name": "authfs_device_test_src_lib"
- },
+ "imports": [
{
- "name": "base64_device_test_tests_decode"
+ "path": "external/rust/crates/base64"
},
{
- "name": "base64_device_test_tests_encode"
- },
+ "path": "external/rust/crates/heck"
+ }
+ ],
+ "presubmit": [
{
- "name": "base64_device_test_tests_helpers"
- },
+ "name": "authfs_device_test_src_lib"
+ }
+ ],
+ "presubmit-rust": [
{
- "name": "heck_device_test_src_lib"
+ "name": "authfs_device_test_src_lib"
}
]
}