blob: 0701b0e896690f135dd8cdf1094777fea0cece50 [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
Sami Kalliomäkid54f5f52018-08-03 13:23:05 +02007ninja -C out/Debug AppRTCMobile_test_apk
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:
Sami Kalliomäkid54f5f52018-08-03 13:23:05 +020014adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner