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

Commit 36e64fa1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add TEST_MAPPING and migrate ftl_test to hwasan" am: 771ba1e0

parents 75acf7f7 771ba1e0
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"
    }
  ]
}