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://docs.bazel.build/versions/master/install.html).
26 ## Set up a Bazel workspace
29 [Bazel workspace](https://docs.bazel.build/versions/master/build-ref.html#workspace)
43 [Bazel external dependency](https://docs.bazel.build/versions/master/external.html)
45 [`http_archive` rule](https://docs.bazel.build/versions/master/repo/http.html#http_archive).
65 Bazel also needs a dependency on the
81 With your Bazel workspace set up, you can now use GoogleTest code within your
119 file (`@com_google_googletest`). For more information about Bazel `BUILD` files,
121 [Bazel C++ Tutorial](https://docs.bazel.build/versions/master/tutorial/cpp.html).
126 <strong>my_workspace$ bazel test --test_output=all //:hello_test</strong>
144 bazel-bin/hello_test