commit | c5344cbd58091196084533d73f51082ff6d4519a | [log] [tgz] |
---|---|---|
author | kkress <kkress@google.com> | Wed Mar 18 08:22:17 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 18 08:23:39 2020 -0700 |
tree | c96cce7c65564e86b6308b9781245095dc60f8d7 | |
parent | 18bd1056b00e1fd58638d4db81e02cfb7df8ce69 [diff] |
Reorganize the Bazel testutils for lib/analysis/util, lib/buildtool/util and lib/testutil, splitting each into two libraries, a //visibility:private one containing code and visibility:public (ish) one being a direct export of the private one. This new second library allows implementations to provide a runtime_dep for the test implementation classes listed in src/test/java/com/google/devtools/build/lib/testutil/TestConstants.java TEST_* variables. There are also a number of changes that move targtes out of build/lib/BUILD and into subpackages with their own BUILD files. RELNOTES: None. PiperOrigin-RevId: 301592973
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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