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

Commit 5ba72a90 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

Change-Id: Iefb6d3e34a45036bb4a0ef96d7e8d1cea35863af
parents 047be56b 6aefb1a3
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"],
}