OLD | NEW |
---|---|
(Empty) | |
1 This directory contains example JUnit tests for Android AppRTCDemo. | |
2 Many of these test utilize Robolectric to mock Android classes. | |
3 | |
4 To compile: | |
5 ninja -C out/Debug AppRTCDemoJUnitTest | |
6 | |
7 To run: | |
8 webrtc/build/android/test_runner.py junit -s AppRTCDemoJUnitTest -vvv | |
kjellander_webrtc
2016/05/17 08:22:48
I think it's even easier to tell users to use the
| |
OLD | NEW |