From 37c69af11a17e800be5a4372f012dd851d516d7e Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Thu, 14 Oct 2021 15:03:28 -0700 Subject: Import third-party tests in TEST_MAPPING This should be equivalent for the moment but easier to maintain in the long term. Test: atest Test: Will examine TreeHugger results to see which tests ran. Change-Id: If02148e5382022573ee655ac98ef8b94895e5c44 --- TEST_MAPPING | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/TEST_MAPPING b/TEST_MAPPING index e596892..d23e52b 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -1,5 +1,10 @@ // Generated by update_crate_tests.py for tests that depend on this crate. { + "imports": [ + { + "path": "external/rust/crates/libsqlite3-sys" + } + ], "presubmit": [ { "name": "keystore2_test" @@ -7,12 +12,6 @@ { "name": "legacykeystore_test" }, - { - "name": "libsqlite3-sys_device_test_src_lib" - }, - { - "name": "libsqlite3_bindgen_test" - }, { "name": "peeking_take_while_device_test_src_lib" } -- cgit v1.2.3