mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 15:20:42 +01:00
![]() This test was failing in 2017 and was disabled then. https://crbug.com/webrtc/8642 It being removed because it doesn't really help to have failing tests as examples. Bug: webrtc:13595 Change-Id: Ifa5d9b1068a65e699e0db1f59b2b227654c67637 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/247903 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@google.com> Reviewed-by: Xavier Lepaul <xalep@webrtc.org> Commit-Queue: Xavier Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35796} |
||
---|---|---|
.. | ||
src/org/appspot/apprtc/test | ||
third_party | ||
AndroidManifest.xml | ||
ant.properties | ||
build.xml | ||
OWNERS | ||
project.properties | ||
README |
This directory contains an example unit test for Android AppRTCMobile. Example of building & using the app: - Build Android AppRTCMobile and AppRTCMobile unit test: cd <path/to/webrtc>/src ninja -C out/Debug AppRTCMobile_test_apk - Install AppRTCMobile and AppRTCMobileTest: adb install -r out/Debug/apks/AppRTCMobile.apk adb install -r out/Debug/apks/AppRTCMobileTest.apk - Run unit tests: adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner