2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Fix references to 'testing' section

[SVN r65785]
This commit is contained in:
Vladimir Prus
2010-10-06 18:30:15 +00:00
parent a411403a40
commit 4385067f7b
2 changed files with 2 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ boost-build build-system ;
<term><literal>unit-test</literal></term>
<listitem><para>Creates an executable that will be automatically run. See
<xref linkend="bbv2.tutorial.testing"/>.</para></listitem>
<xref linkend="bbv2.builtins.testing"/>.</para></listitem>
</varlistentry>
<varlistentry>
@@ -107,7 +107,7 @@ boost-build build-system ;
<term><literal>run-fail</literal></term>
<listitem><para>Specialized rules for testing. See
<xref linkend="bbv2.tutorial.testing"/>.</para></listitem>
<xref linkend="bbv2.builtins.testing"/>.</para></listitem>
</varlistentry>

View File

@@ -431,10 +431,6 @@ project
</tip>
</section>
<section id="bbv2.tutorial.testing">
<title>Testing</title>
</section>
<section id="bbv2.tutorial.linkage">
<title>Static and shared libaries</title>