aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2020-11-05 15:24:55 +0100
committerJeff Vander Stoep <jeffv@google.com>2020-11-05 15:24:55 +0100
commit4c659467bb5d2d8f6191ed7382441262fa267626 (patch)
treece9113368e93782cdf4c3ae1252b9600175c60fc
parentb3f8ee528ed9e81117d06780361b605a4bb9326c (diff)
downloadgetrandom-4c659467bb5d2d8f6191ed7382441262fa267626.tar.gz
TEST_MAPPING: test dependers of this crate
Bug: 168167373 Test: TH Change-Id: Ifc7b472693613a87ab17cee5f597a7bf75872d43
-rw-r--r--TEST_MAPPING15
1 files changed, 11 insertions, 4 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index f92a434..eb0c1a4 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,18 +2,25 @@
{
"presubmit": [
{
- "name": "getrandom_host_test_src_lib",
- "host": true
+ "host": true,
+ "name": "getrandom_host_test_src_lib"
},
{
"name": "getrandom_device_test_src_lib"
},
{
- "name": "getrandom_host_test_tests_common",
- "host": true
+ "host": true,
+ "name": "getrandom_host_test_tests_common"
},
{
"name": "getrandom_device_test_tests_common"
+ },
+ {
+ "host": true,
+ "name": "rand_core_host_test_src_lib"
+ },
+ {
+ "name": "rand_core_device_test_src_lib"
}
]
}