mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00

This is the first step to move //:android_junit_tests to the righ package (the target is triggering presubmit errors every time //BUILD.gn gets updated). Next steps: * Update recipes * Remove //:android_junit_tests Issues with GN formatting, introduced by [1] will be addressed separately in a "format all" CL. [1] - https://gn-review.googlesource.com/c/gn/+/6860 Bug: webrtc:11289 No-Presubmit: True Change-Id: I70c0927d722911f82dd971c30c7ffb581aed69c0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/166603 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30328}
8 lines
251 B
Text
8 lines
251 B
Text
This directory contains example JUnit tests for Android AppRTCMobile.
|
|
Many of these test utilize Robolectric to mock Android classes.
|
|
|
|
To compile:
|
|
ninja -C out/Debug android_examples_junit_tests
|
|
|
|
To run:
|
|
out/Debug/bin/run_android_examples_junit_tests
|