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

Commit e12d936b 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

Change-Id: I1d75325048aab2c5ef981f31bb77b681bb43b445
parents 52761aa5 111aa6b4
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