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

Commit 77825d7d 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

Change-Id: I3c62febb1124498bab0bad61308c4caece2c027e
parents f8603037 5ba72a90
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"],
}