aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/templates/attributes/test/args.html
blob: 161e56f7613212f764382d09cc4699e497628e51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<p><code>List of strings; optional; subject to
<a href="make-variables.html#location">$(location)</a> and
<a href="make-variables.html">"Make variable"</a> substitution, and
<a href="#sh-tokenization">Bourne shell tokenization</a></code></p>

<p>Add these arguments to the <code>--test_arg</code>
when executed by <code>bazel test</code>.</p>

<p>
These arguments are passed before the <code>--test_arg</code> values
specified on the <code>bazel test</code> command line.
</p>