summaryrefslogtreecommitdiffstats
path: root/rtems-coverage/generate_coverage_html
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-16 19:46:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-16 19:46:27 +0000
commit72a2f5afc82b9cf3be93d0722e5512aa99327945 (patch)
tree584cfe3d1f3d0788347fc75406db674d10199a16 /rtems-coverage/generate_coverage_html
parent2009-09-16 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-testing-72a2f5afc82b9cf3be93d0722e5512aa99327945.tar.bz2
2009-09-16 Joel Sherrill <joel.sherrill@OARcorp.com>
* VERSIONS-COVERAGE: Add FTPDIR * do_coverage: Remove logic to re-run test when coverage file has zero length. Skyeye seems to spuriously do this. * generate_coverage_html, style.css: Attempt to add links to information on coverage. Did not render correctly for Glenn in IE8. Works in FF3. * run_coverage: New file. Helper to run tests more easily
Diffstat (limited to 'rtems-coverage/generate_coverage_html')
-rwxr-xr-xrtems-coverage/generate_coverage_html16
1 files changed, 13 insertions, 3 deletions
diff --git a/rtems-coverage/generate_coverage_html b/rtems-coverage/generate_coverage_html
index 6329c22..0e028ae 100755
--- a/rtems-coverage/generate_coverage_html
+++ b/rtems-coverage/generate_coverage_html
@@ -39,13 +39,23 @@ cat <<EOF
<meta http-equiv="Content-Language" content="English" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="stylesheet" type="text/css" href="rtems/style.css" media="screen" />
-</HEAD>
-<body>
<div class="heading">RTEMS Coverage Results
EOF
echo "<div class=\"datetime\">"`date`"</div>"
-cat <<EOF
+cat << EOF
+<div class="info">For more information on coverage analysis in general
+visit
+<a href="http://www.rtems.org/wiki/index.php/Coverage_Analysis_Theory">
+Coverage Analysis Theory</a>. For information on how the RTEMS Project
+views coverage analysis, visit
+<a href="http://www.rtems.org/wiki/index.php/RTEMS_Coverage_Analysis">
+RTEMS Coverage Testing</a>.
</div>
+</div>
+</HEAD>
+<body>
+<br>
+<br>
<table class="stats-table" $cellspacing="1" cellpadding="2">
EOF
}