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

Commit fe77bebb authored by Abhijeet Kaur's avatar Abhijeet Kaur Committed by android-build-merger
Browse files

Merge "Add dumpstate_test to presubmit" am: d2690997 am: 111aa6b4 am: e12d936b

am: b81146d7

Change-Id: I0d2e403d407cfd56dc0dabf63162d75f7328ede4
parents e5fc99f4 b81146d7
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