blob: da0c72662120e03bf07c149ed6a962126cf96df3 [file] [log] [blame] [view]
Dave MacLachlan48006262016-02-03 23:31:39 +00001# Shell Examples
2
3These examples demonstrate building shell binaries, libraries, and tests.
4They also show methods to access runfiles from different shell targets.
5
6```
7bazel build examples/shell:bin
8bazel build examples/shell:lib
9bazel test examples/shell:test
10```