From f8cf739a508945cbedb27fee98b8753faf9d2580 Mon Sep 17 00:00:00 2001 From: Betty Zhou Date: Mon, 29 Apr 2024 21:54:32 +0000 Subject: [PATCH] ANDROID: add a kselftest in TEST_MAPPING presubmit. Test: None Bug: 319719177 Change-Id: I4d32a581ce0451ee0e5797ef79a197165a6709af Signed-off-by: Betty Zhou --- tools/testing/selftests/mm/TEST_MAPPING | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tools/testing/selftests/mm/TEST_MAPPING diff --git a/tools/testing/selftests/mm/TEST_MAPPING b/tools/testing/selftests/mm/TEST_MAPPING new file mode 100644 index 000000000000..7e8164bd959b --- /dev/null +++ b/tools/testing/selftests/mm/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "selftests", + "options": [ + { + "include-filter": "kselftest_mm_mremap_test" + } + ] + } + ] +}