Dave MacLachlan | 4800626 | 2016-02-03 23:31:39 +0000 | [diff] [blame] | 1 | # Shell Examples |
2 | |||||
3 | These examples demonstrate building shell binaries, libraries, and tests. | ||||
4 | They also show methods to access runfiles from different shell targets. | ||||
5 | |||||
6 | ``` | ||||
7 | bazel build examples/shell:bin | ||||
8 | bazel build examples/shell:lib | ||||
9 | bazel test examples/shell:test | ||||
10 | ``` |