blob: 138e49fd75f962dbb918b5fe2f5f2408a1851f37 [file] [view]
# 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 //...
```