rbb 2004/03/09 11:05:24
Modified: build run-gcov.sh
Log:
Add the instructions to the web page too.
Revision Changes Path
1.2 +13 -1 apr/build/run-gcov.sh
Index: run-gcov.sh
===================================================================
RCS file: /home/cvs/apr/build/run-gcov.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- run-gcov.sh 9 Mar 2004 18:55:23 -0000 1.1
+++ run-gcov.sh 9 Mar 2004 19:05:24 -0000 1.2
@@ -71,7 +71,19 @@
<tr><td>
<blockquote>
<p>This should give us some idea of how well our tests actually stress our
-code.</p>
+code. To generate this data, do the following:</p>
+<menu compact="compact">
+ <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>
+</menu>
+<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>
EOF