aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING13
1 files changed, 10 insertions, 3 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index deba657..ae94940 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,11 +1,18 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
+ "imports": [
+ {
+ "path": "external/rust/crates/ryu"
+ }
+ ],
"presubmit": [
{
- "name": "rand_xorshift_device_test_src_lib"
- },
+ "name": "rand_xorshift_test_tests_mod"
+ }
+ ],
+ "presubmit-rust": [
{
- "name": "rand_xorshift_device_test_tests_mod"
+ "name": "rand_xorshift_test_tests_mod"
}
]
}