aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING22
1 files changed, 10 insertions, 12 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index fb57622..2c5b7a8 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,20 +1,18 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
- {
- "name": "linked-hash-map_device_test_src_lib"
- },
- {
- "name": "linked-hash-map_device_test_tests_heapsize"
- },
+ "imports": [
{
- "name": "linked-hash-map_device_test_tests_serde"
- },
+ "path": "external/rust/crates/lru-cache"
+ }
+ ],
+ "presubmit": [
{
- "name": "linked-hash-map_device_test_tests_test"
- },
+ "name": "linked-hash-map_test_tests_test"
+ }
+ ],
+ "presubmit-rust": [
{
- "name": "lru-cache_device_test_src_lib"
+ "name": "linked-hash-map_test_tests_test"
}
]
}