From b4bc99e873e23fea3053e56c3df321a9e1c83cb6 Mon Sep 17 00:00:00 2001 From: Tom Cherry Date: Tue, 28 Jul 2020 13:21:13 -0700 Subject: [PATCH] Run liblog and logd CTS tests in presubmit And sort the rest of the CTS tests. Test: these tests run Change-Id: I8eeb7b8acac2ed658b36da8463112fe1da8437a9 --- TEST_MAPPING | 10 ++++++++-- liblog/tests/Android.bp | 1 + logd/Android.bp | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/TEST_MAPPING b/TEST_MAPPING index 5ec40f769..89bd66a57 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -15,14 +15,20 @@ { "name": "adb_tls_connection_test" }, + { + "name": "CtsFsMgrTestCases" + }, { "name": "CtsInitTestCases" }, { - "name": "debuggerd_test" + "name": "CtsLiblogTestCases" }, { - "name": "CtsFsMgrTestCases" + "name": "CtsLogdTestCases" + }, + { + "name": "debuggerd_test" }, { "name": "fs_mgr_vendor_overlay_test" diff --git a/liblog/tests/Android.bp b/liblog/tests/Android.bp index 2a6424b05..a17d90cc0 100644 --- a/liblog/tests/Android.bp +++ b/liblog/tests/Android.bp @@ -97,6 +97,7 @@ cc_test { cflags: ["-DNO_PSTORE"], test_suites: [ "cts", + "device-tests", "vts10", ], } diff --git a/logd/Android.bp b/logd/Android.bp index fe9787144..265e19e8f 100644 --- a/logd/Android.bp +++ b/logd/Android.bp @@ -177,6 +177,7 @@ cc_test { }, test_suites: [ "cts", + "device-tests", "vts10", ], }