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

Commit d2a8617d authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by android-build-merger
Browse files

Add host and integration tests to postsubmit am: 03886222 am: 6aefb1a3 am: 5ba72a90

am: 77825d7d

Change-Id: If9c739cb8411f6628a7afc729d3db42fb0e39259
parents f8603037 77825d7d
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -3,5 +3,13 @@
    {
      "name": "NetworkStackTests"
    }
  ],
  "postsubmit": [
    {
      "name": "NetworkStackHostTests"
    },
    {
      "name": "NetworkStackIntegrationTests"
    }
  ]
}
+1 −0
Original line number Diff line number Diff line
@@ -25,5 +25,6 @@ java_test_host {
        "kotlin-test",
        "module_test_util",
    ],
    test_suites: ["device-tests"],
    data: [":NetworkStack"],
}