aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2020-11-05 15:28:26 +0100
committerJeff Vander Stoep <jeffv@google.com>2020-11-05 15:28:26 +0100
commit25e739a59cae5f35fdec8f9ac7a5d07f1e4bd29c (patch)
tree791cf19668ba744fa9cc0394a943a979928bb84a
parente9e4ab302c4baa257d3854a144263596114504c8 (diff)
downloadthread_local-25e739a59cae5f35fdec8f9ac7a5d07f1e4bd29c.tar.gz
TEST_MAPPING: test dependers of this crate
Bug: 168167373 Test: TH Change-Id: I417019f0ee5be5b26671ae521f4274402497213f
-rw-r--r--TEST_MAPPING11
1 files changed, 9 insertions, 2 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index ef632cf..1412bd3 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,8 +2,15 @@
{
"presubmit": [
{
- "name": "thread_local_host_test_src_lib",
- "host": true
+ "host": true,
+ "name": "thread_local_host_test_src_lib"
+ },
+ {
+ "host": true,
+ "name": "libsqlite3-sys_host_test_src_lib"
+ },
+ {
+ "name": "libsqlite3-sys_device_test_src_lib"
}
]
}