aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-01-30 12:14:35 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-01-30 12:14:35 +0100
commit544dbb293255736fdafcca00c99e6f4b293c706a (patch)
tree96c032981211823e4badc31f9a94ea16b8567f26
parent6e75afe357e306d48ccacdb6baba803e059e970c (diff)
downloadmio-544dbb293255736fdafcca00c99e6f4b293c706a.tar.gz
Update TEST_MAPPING
Test: atest Change-Id: Ica7a096ae2e08074903d975cc7c68c789ea5d26e
-rw-r--r--TEST_MAPPING21
1 files changed, 9 insertions, 12 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 88a3a20..2614fcb 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,6 +2,9 @@
{
"imports": [
{
+ "path": "external/rust/crates/async-stream"
+ },
+ {
"path": "external/rust/crates/futures-util"
},
{
@@ -12,28 +15,22 @@
},
{
"path": "external/rust/crates/tokio-test"
+ },
+ {
+ "path": "external/uwb/src"
+ },
+ {
+ "path": "packages/modules/DnsResolver"
}
],
"presubmit": [
{
- "name": "doh_unit_test"
- },
- {
"name": "mio_test_src_lib"
- },
- {
- "name": "rustBinderTest"
}
],
"presubmit-rust": [
{
- "name": "doh_unit_test"
- },
- {
"name": "mio_test_src_lib"
- },
- {
- "name": "rustBinderTest"
}
]
}