aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-05-07 12:24:44 -0700
committerChih-Hung Hsieh <chh@google.com>2020-05-07 16:11:15 -0700
commitb6fe3a0e0d0b2539603a2094e048c8551f8695f4 (patch)
tree91d437aef0e37ea9697b455f6543fdb6c2eb0f6a /TEST_MAPPING
parentde739eb5e2d8377a696407ec4c6201239cdd97a0 (diff)
downloadlibc-b6fe3a0e0d0b2539603a2094e048c8551f8695f4.tar.gz
Add rust_test modules and TEST_MAPPING
Bug: 156009151 Test: atest --host --rebuild-module-info -c --include-subdirs external/rust/crates Change-Id: Ib4f491a9e2c079ab9d301d32acbb1a6855cddc27
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING12
1 files changed, 12 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 00000000..299cdd06
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,12 @@
+{
+ "presubmit": [
+ {
+ "name": "libc_tests_const_fn",
+ "host": true
+ },
+ {
+ "name": "libc_tests_libc",
+ "host": true
+ }
+ ]
+}