blob: 49ae6c81d69248d85bd0d12bf50e369c07ee9d3e [file] [log] [blame]
Magnus Jedvertc1815cf2016-09-27 10:10:41 +02001This directory contains an example unit test for Android AppRTCMobile.
glaznev@webrtc.org8390c272015-01-02 19:51:12 +00002
3Example of building & using the app:
4
Magnus Jedvertc1815cf2016-09-27 10:10:41 +02005- Build Android AppRTCMobile and AppRTCMobile unit test:
glaznev@webrtc.org8390c272015-01-02 19:51:12 +00006cd <path/to/webrtc>/src
Magnus Jedvertc1815cf2016-09-27 10:10:41 +02007ninja -C out/Debug AppRTCMobileTest
glaznev@webrtc.org8390c272015-01-02 19:51:12 +00008
Magnus Jedvertc1815cf2016-09-27 10:10:41 +02009- Install AppRTCMobile and AppRTCMobileTest:
10adb install -r out/Debug/apks/AppRTCMobile.apk
11adb install -r out/Debug/apks/AppRTCMobileTest.apk
glaznev@webrtc.org8390c272015-01-02 19:51:12 +000012
13- Run unit tests:
14adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner