With the small number of tests these targets contain, it makes more sense to gather them into android_junit_tests instead, which was created to be a high-level target containing all the junit tests. BUG=chromium:647390 NOTRY=True Review-Url: https://codereview.webrtc.org/2347403002 Cr-Commit-Position: refs/heads/master@{#14292}
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 android_junit_tests To run: out/Debug/bin/run_android_junit_tests