aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2020-11-05 15:26:44 +0100
committerJeff Vander Stoep <jeffv@google.com>2020-11-05 15:26:44 +0100
commitd3a7a13a1f8b73cf783ff4601a6792d83582ed80 (patch)
tree47658d012cd7934bc34516a029f2941594e14b82
parent04ad536c50165cefd26ec9216fff9f0b9b6167e9 (diff)
downloadpin-utils-d3a7a13a1f8b73cf783ff4601a6792d83582ed80.tar.gz
TEST_MAPPING: test dependers of this crate
Bug: 168167373 Test: TH Change-Id: Ic407fb613d9b0748dd8aba215b614bd29abb1840
-rw-r--r--TEST_MAPPING19
1 files changed, 13 insertions, 6 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 5c54778..222b65e 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,25 +2,32 @@
{
"presubmit": [
{
- "name": "pin-utils_host_test_src_lib",
- "host": true
+ "host": true,
+ "name": "pin-utils_host_test_src_lib"
},
{
"name": "pin-utils_device_test_src_lib"
},
{
- "name": "pin-utils_host_test_tests_projection",
- "host": true
+ "host": true,
+ "name": "pin-utils_host_test_tests_projection"
},
{
"name": "pin-utils_device_test_tests_projection"
},
{
- "name": "pin-utils_host_test_tests_stack_pin",
- "host": true
+ "host": true,
+ "name": "pin-utils_host_test_tests_stack_pin"
},
{
"name": "pin-utils_device_test_tests_stack_pin"
+ },
+ {
+ "host": true,
+ "name": "futures-util_host_test_src_lib"
+ },
+ {
+ "name": "futures-util_device_test_src_lib"
}
]
}