Skip to content

Commit cc0b617

Browse files
test/integration/README.md: Add notes on running tests (#3374)
Co-authored-by: UebelAndre <github@uebelandre.com>
1 parent 4d399f5 commit cc0b617

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/integration/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Integration
22

33
Integration tests represented as their own workspaces.
4+
5+
To run the tests, change to the respective subdirectory, then run `bazel` from there. For example:
6+
7+
```sh
8+
cd test/integration/cc_common_link
9+
bazel test //...
10+
```

0 commit comments

Comments
 (0)