aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-01-31 18:50:46 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-01-31 18:50:46 +0000
commit7862c2ad9f58863624c61fd5bd086dad5dfc8694 (patch)
tree873f2bae2f4ba16b75ca49e5fcc0b02d645e2a2b
parent8c3fda5ab4168070d64c2e090eecd833aa61c4de (diff)
parent827dae68816249e068def4546e3f94f3b8a51f68 (diff)
downloadcrc32fast-7862c2ad9f58863624c61fd5bd086dad5dfc8694.tar.gz
Update TEST_MAPPING am: 827dae6881
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/crc32fast/+/2411604 Change-Id: Ib8deabef7508b4143b1d6eb884cb6482e59eb9bc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--TEST_MAPPING66
1 files changed, 12 insertions, 54 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 296a556..13826ca 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -3,82 +3,40 @@
"imports": [
{
"path": "external/rust/crates/flate2"
- }
- ],
- "presubmit": [
- {
- "name": "ZipFuseTest"
},
{
- "name": "apkdmverity.test"
+ "path": "packages/modules/Virtualization/apkdmverity"
},
{
- "name": "avmdtool.test"
- },
- {
- "name": "avmdtool_tests"
- },
- {
- "name": "crc32fast_test_src_lib"
+ "path": "packages/modules/Virtualization/avmd"
},
{
- "name": "libapexutil_rust.test"
+ "path": "packages/modules/Virtualization/libs/apexutil"
},
{
- "name": "libapkverify.integration_test"
+ "path": "packages/modules/Virtualization/libs/apkverify"
},
{
- "name": "libapkverify.test"
+ "path": "packages/modules/Virtualization/microdroid_manager"
},
{
- "name": "libpvmfw_avb.integration_test"
+ "path": "packages/modules/Virtualization/virtualizationmanager"
},
{
- "name": "microdroid_manager_test"
+ "path": "packages/modules/Virtualization/vm"
},
{
- "name": "virtualizationmanager_device_test"
- },
+ "path": "packages/modules/Virtualization/zipfuse"
+ }
+ ],
+ "presubmit": [
{
- "name": "vm.test"
+ "name": "crc32fast_test_src_lib"
}
],
"presubmit-rust": [
{
- "name": "ZipFuseTest"
- },
- {
- "name": "apkdmverity.test"
- },
- {
- "name": "avmdtool.test"
- },
- {
- "name": "avmdtool_tests"
- },
- {
"name": "crc32fast_test_src_lib"
- },
- {
- "name": "libapexutil_rust.test"
- },
- {
- "name": "libapkverify.integration_test"
- },
- {
- "name": "libapkverify.test"
- },
- {
- "name": "libpvmfw_avb.integration_test"
- },
- {
- "name": "microdroid_manager_test"
- },
- {
- "name": "virtualizationmanager_device_test"
- },
- {
- "name": "vm.test"
}
]
}