svn commit: r1928574 - in apr/site/branches/new-logo: . docs/coverage xdocs/coverage
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <175814908655.3273491.15431863103668668431@svn02-us-east.apache.org> |
Author: brane
Date: Wed Sep 17 22:44:46 2025
New Revision: 1928574
Log:
On the new-logo branch, sync site/trunk to r1928573.
Modified:
apr/site/branches/new-logo/ (props changed)
apr/site/branches/new-logo/docs/coverage/index.html
apr/site/branches/new-logo/xdocs/coverage/index.xml
Modified: apr/site/branches/new-logo/docs/coverage/index.html
==============================================================================
--- apr/site/branches/new-logo/docs/coverage/index.html Wed Sep 17 22:43:37 2025 (r1928573)
+++ apr/site/branches/new-logo/docs/coverage/index.html Wed Sep 17 22:44:46 2025 (r1928574)
@@ -77,19 +77,20 @@
<blockquote>
<p>This should give us some idea of how well our tests actually stress our
code. To generate this data, do the following:</p>
-<ul>
- <li>./buildconf</li>
- <li>CFLAGS="-fprofile-arcs -ftest-coverage ./configure</li>
- <li>make</li>
- <li>cd test</li>
- <li>make</li>
- <li>./testall</li>
- <li>cd ..</li>
- <li>make gcov</li>
-</ul>
-<p>Note that this will only generate test coverage data for the testall script,
-but all tests should be moving to the unified framework, so this is correct.</p>
-<!--#include virtual="/coverage/coverage.part.html" -->
+<blockquote><pre>
+./buildconf
+CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
+make
+cd test
+make
+./testall
+cd ..
+make gcov
+</pre></blockquote>
+<p>Note that this will only generate test coverage data for the
+<code>testall</code> script, but all tests should be moving to the
+unified framework, so this is correct.</p>
+<p>Manually restore the SSI include directive <!--#include virtual="/coverage/coverage.part.html"--> before committing!</p>
</blockquote>
</div>
</div>
Modified: apr/site/branches/new-logo/xdocs/coverage/index.xml
==============================================================================
--- apr/site/branches/new-logo/xdocs/coverage/index.xml Wed Sep 17 22:43:37 2025 (r1928573)
+++ apr/site/branches/new-logo/xdocs/coverage/index.xml Wed Sep 17 22:44:46 2025 (r1928574)
@@ -10,19 +10,21 @@
<p>This should give us some idea of how well our tests actually stress our
code. To generate this data, do the following:</p>
-<ul>
- <li>./buildconf</li>
- <li>CFLAGS="-fprofile-arcs -ftest-coverage ./configure</li>
- <li>make</li>
- <li>cd test</li>
- <li>make</li>
- <li>./testall</li>
- <li>cd ..</li>
- <li>make gcov</li>
-</ul>
-<p>Note that this will only generate test coverage data for the testall script,
-but all tests should be moving to the unified framework, so this is correct.</p>
+<blockquote><pre>
+./buildconf
+CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
+make
+cd test
+make
+./testall
+cd ..
+make gcov
+</pre></blockquote>
+
+<p>Note that this will only generate test coverage data for the
+<code>testall</code> script, but all tests should be moving to the
+unified framework, so this is correct.</p>
<p>Manually restore the SSI include directive <!--#include virtual="/coverage/coverage.part.html"--> before committing!</p>
</section>