ChibiOS/test/coverage
gdisirio 756658a69a Improved test code, architecture names added to the port code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@918 35acf78f-673a-0410-8e92-d51de3d6d3f4
2009-04-25 14:56:16 +00:00
..
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@889 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-04-12 08:03:50 +00:00
chconf.h Removed the chMsgSendWithEvent() function and the related configuration option. 2009-04-19 07:15:05 +00:00
chcore.c Added code coverage tool. 2009-04-11 12:59:15 +00:00
chcore.h Improved test code, architecture names added to the port code. 2009-04-25 14:56:16 +00:00
chtypes.h Added code coverage tool. 2009-04-11 12:59:15 +00:00
main.c Added code coverage tool. 2009-04-11 12:59:15 +00:00
readme.txt Added code coverage tool. 2009-04-11 12:59:15 +00:00
simcom.c Added code coverage tool. 2009-04-11 12:59:15 +00:00

readme.txt

In order to compute the code coverage:

- Build the test application: make
- Run the test suite:         ch
- Compute the code coverage:  make gcov
- Clear everything:           make clean