svn commit: r1928573 - in apr/site/trunk: docs/coverage xdocs/coverage
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <175814901726.3272970.7067793027379583865@svn02-us-east.apache.org> |
Author: brane Date: Wed Sep 17 22:43:37 2025 New Revision: 1928573 Log: Update formatting in the code coverage page. Modified: apr/site/trunk/docs/coverage/index.html apr/site/trunk/xdocs/coverage/index.xml Modified: apr/site/trunk/docs/coverage/index.html ============================================================================== --- apr/site/trunk/docs/coverage/index.html Wed Sep 17 22:34:21 2025 (r1928572) +++ apr/site/trunk/docs/coverage/index.html Wed Sep 17 22:43:37 2025 (r1928573) @@ -71,18 +71,19 @@ <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> +<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> <!--#include virtual="/coverage/coverage.part.html" --> </blockquote> </div> Modified: apr/site/trunk/xdocs/coverage/index.xml ============================================================================== --- apr/site/trunk/xdocs/coverage/index.xml Wed Sep 17 22:34:21 2025 (r1928572) +++ apr/site/trunk/xdocs/coverage/index.xml Wed Sep 17 22:43:37 2025 (r1928573) @@ -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>