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

Commit 6aefb1a3 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

Change-Id: I89fd38190309c1d71c7a047b7db37a112de3d0c7
parents 424cba15 03886222
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"],
}