aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-11 12:59:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-11 12:59:15 +0000
commitbed6fe6ef714a1c2358f063f7553b34defbb9fb1 (patch)
tree482ba59cd95e6c8fc4738bbb74bdfcbc900407be /readme.txt
parent00bfdd2bc7717a0e6d6e9e61906aad1e7461ee31 (diff)
downloadChibiOS-bed6fe6ef714a1c2358f063f7553b34defbb9fb1.tar.gz
ChibiOS-bed6fe6ef714a1c2358f063f7553b34defbb9fb1.tar.bz2
ChibiOS-bed6fe6ef714a1c2358f063f7553b34defbb9fb1.zip
Added code coverage tool.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@887 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 4d25e0ad0..48a925e78 100644
--- a/readme.txt
+++ b/readme.txt
@@ -17,7 +17,8 @@
./demos/ - Demo programs for specific architectures/boards.
./ext/ - External libraries or other code not part of
ChibiOS/RT but used in the demo applications.
-./test/ - Test code, used by some demos.
+./test/ - Test suite code.
+./test/coverage - Code coverage test application.
./docs/src - Documentation sources.
./docs/rsc - Documentation resources.
./docs/Doxyfile - Doxygen project file.
@@ -76,6 +77,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** 1.3.0 ***
- FIX: Fixed regression in MinGW demo (bug 2745153)(backported in stable
branch).
+- NEW: Added a code coverage analysis application under ./tests/coverage.
+ Currently the test suite explicitly covers about 74% of the kernel code,
+ it is not bad as a starting point.
*** 1.2.0 ***
- Added license exception text to the 1.2.0 branch.