commit | 64b729f1eced13f35f9dc9915434b5492b8d8516 | [log] [tgz] |
---|---|---|
author | Jerry Belton <jcecil@google.com> | Tue Feb 13 22:23:02 2024 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 13 22:23:02 2024 +0000 |
tree | 92e65fa519f8c9e870ab8e7f3d828b21dfc8eaaa | |
parent | db26f2736eff11412188a2f04d4fbc1bb8952b88 [diff] |
[roll] Committing clang-format update with formatted file. Default behavior of clang format has changed, and caused a roller breakage here. This submits the new clang format tool, along with the updated file in one CL. A better solution will be implemented to prevent this from happening in the future. Bug: b/313480321 Change-Id: Ib267aed93cd36e4b4ff86ec30b22d01315f6dad8 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/991012 Reviewed-by: Chase Latta <chaselatta@google.com> Commit-Queue: Jerry Belton <jcecil@google.com>
<change_me: This repository is a template that we will use when creating new driver repositories for Fuchsia>.
Template repository is located in: https://fuchsia.googlesource.com/template/driver/
To perform an initial bootstrap, execute the following:
In a terminal, clone the repository:
git clone https://fuchsia.googlesource.com/drivers/<change_me>
Change to that directory:
cd <change_me>
Fetch all git submodules:
git submodule init && git submodule update --recursive
Bootstrap the build environment:
scripts/bootstrap.sh
Fetch and build the SDK:
tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
See the getting started guide for more info.
Run the full test-suite with:
tools/bazel test :tests
Run only the <change_me> driver tests with:
tools/bazel test <change_me>:<fuchsia_unittest_package_name>