commit | f572d04a67a704af8681210f6f499f541ae039ee | [log] [tgz] |
---|---|---|
author | Abseil Team <absl-team@fuchsia.infra.roller.google.com> | Wed Dec 11 08:21:19 2024 -0800 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 11 08:21:19 2024 -0800 |
tree | da1a3d6d7f081671049a3bb04f86d2e3bae3d1d5 | |
parent | 825b7938965ed2d019046a4b1a7de50d3007bfa7 [diff] |
[roll] Roll third_party/googletest Update the links to ISTQB glossary. PiperOrigin-RevId: 705108072 Original-Revision: 79219e26e0e36b415a5804b6b017ad6c6cd99ad8 Roller-URL: https://cr-buildbucket.appspot.com/build/8728833018738426401 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I7d3a90a3356f8a53425d37fa0f20f2b6454c1e19 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/rtc/nxp/pcf8563/+/1172032 Commit-Queue: GI Roller <global-integration-roller@fuchsia-infra.iam.gserviceaccount.com>
This repository is a based on a template repository which will be adopted automatically by OOT driver repositories.
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/rtc/nxp/pcf8563
Change to that directory:
cd pcf8563
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.
The Fuchsia driver package can be built locally with:
tools/bazel build src/drivers/pcf8563:pkg
Run the full test-suite with:
tools/bazel test :tests_qemu
Run only the pcf8563 driver tests with:
tools/bazel test src/drivers/pcf8563:test_x64