Lines Matching full:bazel
1 # Quickstart: Building with Bazel
3 This tutorial aims to get you up and running with GoogleTest using the Bazel
13 * [Bazel](https://bazel.build/), the preferred build system used by the
19 If you don't already have Bazel installed, see the
20 [Bazel installation guide](https://bazel.build/install).
25 ## Set up a Bazel workspace
28 [Bazel workspace](https://docs.bazel.build/versions/main/build-ref.html#workspace)
42 [Bazel external dependency](https://docs.bazel.build/versions/main/external.html)
44 [`http_archive` rule](https://docs.bazel.build/versions/main/repo/http.html#http_archive).
68 With your Bazel workspace set up, you can now use GoogleTest code within your
104 file (`@com_google_googletest`). For more information about Bazel `BUILD` files,
106 [Bazel C++ Tutorial](https://docs.bazel.build/versions/main/tutorial/cpp.html).
111 <strong>my_workspace$ bazel test --test_output=all //:hello_test</strong>
129 bazel-bin/hello_test