summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBetty Zhou <bettyzhou@google.com>2024-04-29 21:54:32 +0000
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-30 00:49:35 +0000
commitf8cf739a508945cbedb27fee98b8753faf9d2580 (patch)
tree9dad58f8ea3904125faedcad514b0520aed6f79f
parentb34bc9320a69f65baceb0ec8fa0898adf9c9ade1 (diff)
downloadgs-f8cf739a508945cbedb27fee98b8753faf9d2580.tar.gz
ANDROID: add a kselftest in TEST_MAPPING presubmit.
Test: None Bug: 319719177 Change-Id: I4d32a581ce0451ee0e5797ef79a197165a6709af Signed-off-by: Betty Zhou <bettyzhou@google.com>
-rw-r--r--tools/testing/selftests/mm/TEST_MAPPING12
1 files changed, 12 insertions, 0 deletions
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"
+ }
+ ]
+ }
+ ]
+}