Skip to content

Commit 1edf26d

Browse files
author
clouless
committed
ibazel for watcher tests
1 parent 347d6fc commit 1edf26d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

DEVELOPMENT.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,25 @@ We build with bazel:
1919
bazel test :tests
2020
```
2121

22+
Use Bazel Watcher for tests: https://github.com/bazelbuild/bazel-watcher
23+
24+
Install
25+
```
26+
cd ~/git
27+
git clone https://github.com/bazelbuild/bazel-watcher.git
28+
cd bazel-watcher
29+
bazel build //ibazel
30+
31+
# Add to .bash_profile
32+
echo 'export PATH="$PATH:$HOME/git/bazel-watcher/bazel-bin/ibazel/darwin_amd64_pure_stripped/"' >> ~/.bash_profile
33+
```
34+
35+
Test with watcher
36+
37+
```
38+
ibazel test :tests
39+
```
40+
2241
### Build
2342

2443
```

0 commit comments

Comments
 (0)