aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-01-30 12:02:48 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-01-30 12:02:48 +0100
commit37a19178419d4b85077ab590cf0b5df4f9d7f669 (patch)
tree74717daeafafb9046b97c902bb1e342c9bbf8321
parentc4a85ccc204350f9e965b899cabacc7e647bb712 (diff)
downloadlibz-sys-37a19178419d4b85077ab590cf0b5df4f9d7f669.tar.gz
Update TEST_MAPPING
Test: atest Change-Id: I8221d3cccf14a46c34a85cca6e55ef987e66b635
-rw-r--r--TEST_MAPPING68
1 files changed, 8 insertions, 60 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 84e61a1..f85c7ca 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -3,82 +3,30 @@
"imports": [
{
"path": "external/rust/crates/flate2"
- }
- ],
- "presubmit": [
- {
- "name": "ZipFuseTest"
- },
- {
- "name": "apkdmverity.test"
- },
- {
- "name": "avmdtool.test"
- },
- {
- "name": "avmdtool_tests"
- },
- {
- "name": "bluetooth_with_facades.test"
- },
- {
- "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"
- }
- ],
- "presubmit-rust": [
- {
- "name": "ZipFuseTest"
- },
- {
- "name": "apkdmverity.test"
- },
- {
- "name": "avmdtool.test"
- },
- {
- "name": "avmdtool_tests"
},
{
- "name": "bluetooth_with_facades.test"
+ "path": "packages/modules/Virtualization/apkdmverity"
},
{
- "name": "libapexutil_rust.test"
+ "path": "packages/modules/Virtualization/avmd"
},
{
- "name": "libapkverify.integration_test"
+ "path": "packages/modules/Virtualization/libs/apexutil"
},
{
- "name": "libapkverify.test"
+ "path": "packages/modules/Virtualization/libs/apkverify"
},
{
- "name": "libpvmfw_avb.integration_test"
+ "path": "packages/modules/Virtualization/microdroid_manager"
},
{
- "name": "microdroid_manager_test"
+ "path": "packages/modules/Virtualization/virtualizationmanager"
},
{
- "name": "virtualizationmanager_device_test"
+ "path": "packages/modules/Virtualization/vm"
},
{
- "name": "vm.test"
+ "path": "packages/modules/Virtualization/zipfuse"
}
]
}