From b6fe3a0e0d0b2539603a2094e048c8551f8695f4 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Thu, 7 May 2020 12:24:44 -0700 Subject: Add rust_test modules and TEST_MAPPING Bug: 156009151 Test: atest --host --rebuild-module-info -c --include-subdirs external/rust/crates Change-Id: Ib4f491a9e2c079ab9d301d32acbb1a6855cddc27 --- TEST_MAPPING | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TEST_MAPPING (limited to 'TEST_MAPPING') 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 + } + ] +} -- cgit v1.2.3