diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2004-03-09 19:05:24 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2004-03-09 19:05:24 +0000 |
commit | 78e39fb516a56758252311f8be083aa8e6bd949d (patch) | |
tree | 9aa3ee9f107984fe6c848b259187a83fe7c47469 | |
parent | 640f1a8b658e8a82ed442d5d24998e2497de0599 (diff) | |
download | libapr-78e39fb516a56758252311f8be083aa8e6bd949d.tar.gz |
Add the instructions to the web page too.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64955 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | build/run-gcov.sh | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/build/run-gcov.sh b/build/run-gcov.sh index bf4a0a829..f057f9f8d 100755 --- a/build/run-gcov.sh +++ b/build/run-gcov.sh @@ -71,7 +71,19 @@ cat > index.html << EOF <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 |