commit | ede8f111978e4ed6207f67485be23c7708834848 | [log] [tgz] |
---|---|---|
author | Marcel Hlopko <hlopko@google.com> | Tue Jun 01 22:16:18 2021 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 01 22:16:18 2021 +0200 |
tree | 13a1f0bb5fc1467e9ea20f0bddeebd5286b7f3d5 | |
parent | f0875bc198303a201a9ef370e1dbd264e02255ec [diff] |
Add `use_libtest_harness` attribute to rust_test (#754) * Add `use_libtest_harness` attribute to rust_test When set to False, rustc will not include libtest for the test, therefore the test author is responsible for implementing `main` function and running the tests.
This repository provides rules for building Rust projects with Bazel.
Please refer to the full documentation.