Skip to content

Commit 0460c45

Browse files
1 parent 351f28e commit 0460c45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bazel.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ <h1 id="developing-drake-using-bazel">Developing Drake using Bazel</h1>
286286
<ul>
287287
<li>The “<code class="language-plaintext highlighter-rouge">:</code>” syntax separates target names from the directory path of the
288288
<code class="language-plaintext highlighter-rouge">BUILD</code> file they appear in. In this case, for example,
289-
<code class="language-plaintext highlighter-rouge">drake/common/BUILD</code> specifies <code class="language-plaintext highlighter-rouge">drake_cc_test(name = "polynomial_test")</code>.</li>
289+
<code class="language-plaintext highlighter-rouge">drake/common/BUILD</code> specifies
290+
<code class="language-plaintext highlighter-rouge">drake_cc_googletest(name = "polynomial_test")</code>.</li>
290291
<li>Note that the configuration switches (<code class="language-plaintext highlighter-rouge">-c</code> and <code class="language-plaintext highlighter-rouge">--config</code>) influence the
291292
entire command. For example, running a test in <code class="language-plaintext highlighter-rouge">dbg</code> mode means that its
292293
prerequisite libraries are also compiled and linked in <code class="language-plaintext highlighter-rouge">dbg</code> mode.</li>

0 commit comments

Comments
 (0)