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

Commit d2690997 authored by Abhijeet Kaur's avatar Abhijeet Kaur Committed by Gerrit Code Review
Browse files

Merge "Add dumpstate_test to presubmit"

parents 31d204ce b7b67bc5
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -146,7 +146,11 @@ cc_test {
    ],
    static_libs: ["libgmock"],
    test_config: "dumpstate_test.xml",
    data: [":dumpstate_test_fixture", "tests/testdata/**/*"]
    data: [
        ":dumpstate_test_fixture",
        "tests/testdata/**/*",
    ],
    test_suites: ["device-tests"],
}

cc_test {
+7 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "dumpstate_test"
    }
  ]
}
 No newline at end of file