blob: 03902a779c15f96b4c5f958cd3d7f9f363282179 (
plain)
1
2
3
4
5
6
7
8
|
This directory contains example JUnit tests for Android AppRTCMobile.
Many of these test utilize Robolectric to mock Android classes.
To compile:
ninja -C out/Debug android_examples_junit_tests
To run:
out/Debug/bin/run_android_examples_junit_tests
|