commit | c6557ea56476fd56ee94f2476ac01849841bcaf0 | [log] [tgz] |
---|---|---|
author | dannark <dannark@google.com> | Wed Dec 13 15:06:39 2017 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Dec 13 15:08:41 2017 -0800 |
tree | e085fb45e50cbe8bf09e292d69bd4c40ff20c780 | |
parent | 817b535d92ee7fdb4740e2a99505ab10d4b54a0d [diff] |
Add check for $experimental_testsupport in isExperimentalJavaTest. This should be a no-op because because before testsupport is set (https://github.com/bazelbuild/bazel/blob/3d362fb9a122ceee6d781be127dfedbbff8051f8/src/main/java/com/google/devtools/build/lib/bazel/rules/java/BazelJavaSemantics.java#L509), it's checking that main_class is pointing to the experimental testrunner. This is needed because android_local_test doesn't have a main_class attribute and then bazel breaks when it tries to get the main_class attribute. RELNOTES: None PiperOrigin-RevId: 178964286
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.