commit | eca0ed3637fa8a0f27c23c573458506ed7c1b06f | [log] [tgz] |
---|---|---|
author | laszlocsomor <laszlocsomor@google.com> | Fri Sep 21 06:00:14 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Sep 21 06:01:33 2018 -0700 |
tree | c2e9cf2e82b11ab00f200e4bb9e5562c1333450b | |
parent | bd7c564148f25e323f0a03abcb809b3ba95b87e8 [diff] |
Windows, test wrapper: refactor main method Refactor the main method by splitting its first part between a ParseArgs method and the existing PrintTestLogStartMarker method. Consolidate most of the main function into a disjunctive form (if !A or !B or !C then fail). Also rename the "test_wrapper_bin" target to "tw" to yield a shorter binary name, which saves path space on Windows and allows for a longer output base. See https://github.com/bazelbuild/bazel/issues/5508 PiperOrigin-RevId: 213974457
{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.