summaryrefslogtreecommitdiff
path: root/rtems-coverage
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 14:59:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-21 14:59:57 +0000
commit975bf7b3c776aed9ed13468aa69f3902edad7cda (patch)
treef2ace60b958ae93b0316fbe1c30ca05579c94f22 /rtems-coverage
parent5721b79fcdd075df4b8d5984e697078b5e625e07 (diff)
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Categories.txt: New file.
Diffstat (limited to 'rtems-coverage')
-rw-r--r--rtems-coverage/Categories.txt21
-rw-r--r--rtems-coverage/ChangeLog4
2 files changed, 25 insertions, 0 deletions
diff --git a/rtems-coverage/Categories.txt b/rtems-coverage/Categories.txt
new file mode 100644
index 0000000..77a7d8b
--- /dev/null
+++ b/rtems-coverage/Categories.txt
@@ -0,0 +1,21 @@
+#
+# $Id$
+#
+
+This is the list of Explanation Categories used when analyzing RTEMS
+Coverage report. By using standard categories, the table filter on
+the web site works better.
+
+Simple Test Case
+
+Hard Test Tase
+
+Uncalled Routine
+
+Interrupt Critical Section
+
+Simple Error Case
+
+Hard Error Case
+
+Allocation Error
diff --git a/rtems-coverage/ChangeLog b/rtems-coverage/ChangeLog
index c2f7ec5..32f6272 100644
--- a/rtems-coverage/ChangeLog
+++ b/rtems-coverage/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Categories.txt: New file.
+
2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
* generate_coverage_html: Another place where sort -u should have been