From 51c52426f75958b8b03537a7331897855ebdf6ef Mon Sep 17 00:00:00 2001 From: Edward Liaw Date: Mon, 9 Jan 2023 22:05:37 +0000 Subject: [PATCH] TEST_MAPPING: add vts core lib tests Bug: 258819618 Test: atest :kernel-presubmit Change-Id: I5e60c69e4f442d33a67b138314918725c6321137 Signed-off-by: Edward Liaw --- fs_mgr/TEST_MAPPING | 11 +++++++++++ libcutils/TEST_MAPPING | 5 +++++ 2 files changed, 16 insertions(+) diff --git a/fs_mgr/TEST_MAPPING b/fs_mgr/TEST_MAPPING index 432aa4ff5..2b5e3377c 100644 --- a/fs_mgr/TEST_MAPPING +++ b/fs_mgr/TEST_MAPPING @@ -27,5 +27,16 @@ { "name": "cow_api_test" } + ], + "kernel-presubmit": [ + { + "name": "vts_libdm_test" + }, + { + "name": "vts_core_liblp_test" + }, + { + "name": "vts_libsnapshot_test" + } ] } diff --git a/libcutils/TEST_MAPPING b/libcutils/TEST_MAPPING index 647750236..eb63aa5e7 100644 --- a/libcutils/TEST_MAPPING +++ b/libcutils/TEST_MAPPING @@ -8,5 +8,10 @@ { "name": "libcutils_test" } + ], + "kernel-presubmit": [ + { + "name": "libcutils_test" + } ] }