Android: Include Junit tests from dependencies.
Currently, the junit_binary template only supports running tests listed in its own java_files. This CL changes Junit test listing to search the classpath for tests. Tests can now be added by adding a dep on a Java target (similar to instrumentation tests). Tbr: agrieve@chromium.org # already approved. Bug: 1025364 Change-Id: Ia004843abaae3367f6eccc6355094fe20268da1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942413Reviewed-by:Eric Stevenson <estevenson@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Auto-Submit: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#720287}
Showing
Please register or sign in to comment