summaryrefslogtreecommitdiff
path: root/test_runner
diff options
context:
space:
mode:
authorMohannad Farrag <aymanm@google.com>2023-03-20 13:39:02 +0000
committerMohannad Farrag <aymanm@google.com>2023-03-20 13:57:22 +0000
commita5a5973d4f145a683a1ed1bd030421432ad6b7f4 (patch)
treec3cdca8a017313fbbbdb444613ca4217a987f32d /test_runner
parentda5d5a833b5e4bcb686b1f969c17663955f2cfa4 (diff)
downloadcronet-a5a5973d4f145a683a1ed1bd030421432ad6b7f4.tar.gz
Cronet: Append `mts-tethering` to native test modules
* Add `mts-tethering` to the native test modules `test_suites` * Add the native tests to the post-submit Test: TH Change-Id: I35659b0e8e830c1ec4d04e0393890f38fd5a697c
Diffstat (limited to 'test_runner')
-rw-r--r--test_runner/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test_runner/Android.bp b/test_runner/Android.bp
index 91e1c0935..894ed33f7 100644
--- a/test_runner/Android.bp
+++ b/test_runner/Android.bp
@@ -29,6 +29,7 @@ java_test_host {
],
test_suites: [
"general-tests",
+ "mts-tethering",
],
// It will get build error if just set enabled to true. It fails with "windows_common"
// depends on some disabled modules that are used by this test and it looks like set
@@ -58,6 +59,7 @@ java_test_host {
],
test_suites: [
"general-tests",
+ "mts-tethering",
],
// It will get build error if just set enabled to true. It fails with "windows_common"
// depends on some disabled modules that are used by this test and it looks like set