Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
48d01be10bc203f79047dd5cbdd32f9b6641c162
/
.
/
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 //...
```