xref: /aosp_15_r20/external/webrtc/examples/androidjunit/README (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1This directory contains example JUnit tests for Android AppRTCMobile.
2Many of these test utilize Robolectric to mock Android classes.
3
4To compile:
5ninja -C out/Debug android_examples_junit_tests
6
7To run:
8out/Debug/bin/run_android_examples_junit_tests
9