Chromium Code Reviews| Index: webrtc/examples/androidjunit/README |
| diff --git a/webrtc/examples/androidjunit/README b/webrtc/examples/androidjunit/README |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..502d71460f25ca07b194a324eecd9de164392379 |
| --- /dev/null |
| +++ b/webrtc/examples/androidjunit/README |
| @@ -0,0 +1,8 @@ |
| +This directory contains example JUnit tests for Android AppRTCDemo. |
| +Many of these test utilize Robolectric to mock Android classes. |
| + |
| +To compile: |
| +ninja -C out/Debug AppRTCDemoJUnitTest |
| + |
| +To run: |
| +out/Debug/bin/run_AppRTCDemoJUnitTest |