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

Commit b180a2e8 authored by Florian Mayer's avatar Florian Mayer
Browse files

Add TEST_MAPPING and migrate ftl_test to hwasan

Bug: 185536303
Change-Id: I0f42968c887f382e3dba353f9b8c2b9dba98f6a8
parent 69e22e9e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -10,9 +10,6 @@ package {
cc_test {
    name: "ftl_test",
    test_suites: ["device-tests"],
    sanitize: {
        address: true,
    },
    srcs: [
        "cast_test.cpp",
        "concat_test.cpp",

libs/ftl/TEST_MAPPING

0 → 100644
+12 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "ftl_test"
    }
  ],
  "hwasan-presubmit": [
    {
      "name": "ftl_test"
    }
  ]
}