Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51c52426 authored by Edward Liaw's avatar Edward Liaw
Browse files

TEST_MAPPING: add vts core lib tests



Bug: 258819618
Test: atest :kernel-presubmit
Change-Id: I5e60c69e4f442d33a67b138314918725c6321137
Signed-off-by: default avatarEdward Liaw <edliaw@google.com>
parent 3e951a77
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -27,5 +27,16 @@
    {
      "name": "cow_api_test"
    }
  ],
  "kernel-presubmit": [
    {
      "name": "vts_libdm_test"
    },
    {
      "name": "vts_core_liblp_test"
    },
    {
      "name": "vts_libsnapshot_test"
    }
  ]
}
+5 −0
Original line number Diff line number Diff line
@@ -8,5 +8,10 @@
    {
      "name": "libcutils_test"
    }
  ],
  "kernel-presubmit": [
    {
      "name": "libcutils_test"
    }
  ]
}