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

Commit 771ba1e0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add TEST_MAPPING and migrate ftl_test to hwasan"

parents 53c14aa1 b180a2e8
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -10,9 +10,6 @@ package {
cc_test {
cc_test {
    name: "ftl_test",
    name: "ftl_test",
    test_suites: ["device-tests"],
    test_suites: ["device-tests"],
    sanitize: {
        address: true,
    },
    srcs: [
    srcs: [
        "cast_test.cpp",
        "cast_test.cpp",
        "concat_test.cpp",
        "concat_test.cpp",

libs/ftl/TEST_MAPPING

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