Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 1 | This directory contains an example unit test for Android AppRTCMobile. |
glaznev@webrtc.org | 8390c27 | 2015-01-02 19:51:12 +0000 | [diff] [blame] | 2 | |
| 3 | Example of building & using the app: |
| 4 | |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 5 | - Build Android AppRTCMobile and AppRTCMobile unit test: |
glaznev@webrtc.org | 8390c27 | 2015-01-02 19:51:12 +0000 | [diff] [blame] | 6 | cd <path/to/webrtc>/src |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 7 | ninja -C out/Debug AppRTCMobileTest |
glaznev@webrtc.org | 8390c27 | 2015-01-02 19:51:12 +0000 | [diff] [blame] | 8 | |
Magnus Jedvert | c1815cf | 2016-09-27 10:10:41 +0200 | [diff] [blame] | 9 | - Install AppRTCMobile and AppRTCMobileTest: |
| 10 | adb install -r out/Debug/apks/AppRTCMobile.apk |
| 11 | adb install -r out/Debug/apks/AppRTCMobileTest.apk |
glaznev@webrtc.org | 8390c27 | 2015-01-02 19:51:12 +0000 | [diff] [blame] | 12 | |
| 13 | - Run unit tests: |
| 14 | adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner |