aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-06-16 01:00:19 -0700
committerChih-Hung Hsieh <chh@google.com>2020-06-17 13:12:09 -0700
commit0aa6809418c1ca3685be995ee316eff900aade40 (patch)
tree927c3fff45b9c3166252ef7251178aa2a9d7a07d /TEST_MAPPING
parenteb50abb49786dae3ce91cc3d16646737147c18a7 (diff)
downloadslab-0aa6809418c1ca3685be995ee316eff900aade40.tar.gz
Separate host and device tests
* To enable multilib for rust_test on device, but not for rust_test_host yet. Host tests depend on proc-macro2 library, which does not build for multilib on host yet. * On device tests must link in static libraries since their .so versions are not installed in system/lib* yet. * But device tests cannot link with both libstd.static and libslab, which depends on dynamic version of libstd. Bug: 158677299 Test: mm in external/rust/crates Test: atest -c --include-subdirs external/rust/crates Change-Id: I6b7420b8e8e8335a203b8ca6536a7586491b2884
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING12
1 files changed, 6 insertions, 6 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index acd7705..61049c1 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,18 +1,18 @@
{
"presubmit": [
{
- "name": "slab_tests_slab",
+ "name": "slab_host_tests_slab",
"host": true
},
{
- "name": "slab_tests_slab"
+ "name": "slab_device_tests_slab"
},
{
- "name": "slab_tests_slab1",
+ "name": "slab_host_tests_slab1",
"host": true
- },
- {
- "name": "slab_tests_slab1"
}
+ //{
+ // "name": "slab_device_tests_slab1"
+ //}
]
}