# Integration

Integration tests represented as their own workspaces.

To run the tests, change to the respective subdirectory, then run `bazel` from there. For example:

```sh
cd test/integration/cc_common_link
bazel test //...
```
