Lines Matching full:workspace
26 ## Set up a Bazel workspace
29 [Bazel workspace](https://docs.bazel.build/versions/master/build-ref.html#workspace)
31 software you want to build. Each workspace directory has a text file named
32 `WORKSPACE` which may be empty, or may contain references to external
35 First, create a directory for your workspace:
41 Next, you’ll create the `WORKSPACE` file to specify dependencies. A common and
46 To do this, in the root directory of your workspace (`my_workspace/`), create a
47 file named `WORKSPACE` with the following contents:
67 code, so add the following to the `WORKSPACE` file:
81 With your Bazel workspace set up, you can now use GoogleTest code within your
118 GoogleTest (`//:gtest_main`) using the prefix you specified in the `WORKSPACE`