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

Commit 56040995 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:...

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

Change-Id: I363662d42260d2a5d7af10db6499160eb99492d5
parents 60875777 d2a8617d
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"],
}