Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
cc0b6172885debb6a12697b74dbf86c0137d87bc
/
.
/
test
/
integration
/
README.md
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 //...
```