aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2022-05-26 12:29:10 -0700
committerMatthew Maurer <mmaurer@google.com>2022-05-26 12:29:10 -0700
commitb2da8ce222606becc05bfa1755ed425d83ef6197 (patch)
tree85978fbd3bd952d02eaa42d7f5d5d72d7d16308a
parent60b657631fbf273436569b355ef91d66e062563a (diff)
downloadspin-b2da8ce222606becc05bfa1755ed425d83ef6197.tar.gz
Update TEST_MAPPING
Test: None Bug: 233924440 Change-Id: I878735d9be4d74f725121472ec1cbdcf88c70ccf
-rw-r--r--TEST_MAPPING42
1 files changed, 10 insertions, 32 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 777e539..fa4f51b 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,6 +2,9 @@
{
"imports": [
{
+ "path": "external/rust/crates/buddy_system_allocator"
+ },
+ {
"path": "external/rust/crates/quiche"
},
{
@@ -11,62 +14,37 @@
"path": "external/rust/crates/webpki"
}
],
- "presubmit": [
- {
- "name": "apkdmverity.test"
- },
- {
- "name": "authfs_device_test_src_lib"
- },
+ "postsubmit": [
{
"name": "doh_unit_test"
},
{
- "name": "libapkverify.integration_test"
+ "name": "microdroid_manager_test"
},
{
- "name": "libapkverify.test"
- },
+ "name": "spin_test_src_lib"
+ }
+ ],
+ "presubmit": [
{
- "name": "libidsig.test"
+ "name": "doh_unit_test"
},
{
"name": "microdroid_manager_test"
},
{
"name": "spin_test_src_lib"
- },
- {
- "name": "virtualizationservice_device_test"
}
],
"presubmit-rust": [
{
- "name": "apkdmverity.test"
- },
- {
- "name": "authfs_device_test_src_lib"
- },
- {
"name": "doh_unit_test"
},
{
- "name": "libapkverify.integration_test"
- },
- {
- "name": "libapkverify.test"
- },
- {
- "name": "libidsig.test"
- },
- {
"name": "microdroid_manager_test"
},
{
"name": "spin_test_src_lib"
- },
- {
- "name": "virtualizationservice_device_test"
}
]
}