We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347d6fc commit 1edf26dCopy full SHA for 1edf26d
1 file changed
DEVELOPMENT.md
@@ -19,6 +19,25 @@ We build with bazel:
19
bazel test :tests
20
```
21
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
41
### Build
42
43
0 commit comments