aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/bazel-user-manual.html
diff options
context:
space:
mode:
authorGravatar Nathan Harmata <nharmata@google.com>2015-12-03 00:46:01 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-12-03 18:37:39 +0000
commit2dbe1baf752339c9c4dc6baee929507ce4007e33 (patch)
tree3f8c91b9cdbb453738e8c688ced3aff065ef4666 /site/docs/bazel-user-manual.html
parente3681d1fb21efd7d0c597965c3642647649b417c (diff)
Explicitly mention that 'manual' test targets are not matched by wildcard target patterns and are thus neither built nor tested by invocations like "blaze test //my/project/..."
-- MOS_MIGRATED_REVID=109251573
Diffstat (limited to 'site/docs/bazel-user-manual.html')
-rw-r--r--site/docs/bazel-user-manual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index e712d562df..6ee605274a 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -520,9 +520,9 @@ Subtractive patterns:
building the former.
</p>
<p>
- Targets with <code>tags=["manual"]</code> will be ignored by all command line
- wildcards (..., :*, :all, etc). The only way to run such targets is to
- specify them explicitly on the command line.
+ Targets with <code>tags=["manual"]</code> will not be included in wildcard target patterns (...,
+ :*, :all, etc). You should specify such test targets with explicit target patterns on the command
+ line if you want Bazel to build/test them.
</p>
<h3 id='fetch'>Fetching external dependencies</h3>