aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-12-15 15:28:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-12-15 15:28:00 +0000
commitfaeebbcc228cc4e5c02f1ba19a64c154d6d833fd (patch)
tree8dd464dfa06f5a951dbb37f14c43780d31a609bf
parent7e6de8f8036fa67196bd7fab9916a8d1fbe28209 (diff)
parent2e6ea1b94b36e761dedc553b9f9a939ab6f74b01 (diff)
downloadstructopt-faeebbcc228cc4e5c02f1ba19a64c154d6d833fd.tar.gz
-rw-r--r--TEST_MAPPING17
1 files changed, 9 insertions, 8 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index d364321..8029a19 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,17 +1,18 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
+ "imports": [
+ {
+ "path": "external/rust/crates/base64"
+ }
+ ],
"presubmit": [
{
"name": "authfs_device_test_src_lib"
- },
- {
- "name": "base64_device_test_tests_decode"
- },
- {
- "name": "base64_device_test_tests_encode"
- },
+ }
+ ],
+ "presubmit-rust": [
{
- "name": "base64_device_test_tests_helpers"
+ "name": "authfs_device_test_src_lib"
}
]
}