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

Commit b7b67bc5 authored by Abhijeet Kaur's avatar Abhijeet Kaur
Browse files

Add dumpstate_test to presubmit

Test: run `atest` command in frameworks/native/cmds/dumpstate/
Bug: 134478417
Bug: 133201350

Change-Id: Ibef1ecf1458aa08a4d80685a12623c57c287aaf9
parent 8add7a99
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -146,7 +146,11 @@ cc_test {
    ],
    ],
    static_libs: ["libgmock"],
    static_libs: ["libgmock"],
    test_config: "dumpstate_test.xml",
    test_config: "dumpstate_test.xml",
    data: [":dumpstate_test_fixture", "tests/testdata/**/*"]
    data: [
        ":dumpstate_test_fixture",
        "tests/testdata/**/*",
    ],
    test_suites: ["device-tests"],
}
}


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