tinySA/test/coverage
gdisirio e9d7b9de57 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1230 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-10-17 11:07:15 +00:00
..
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1230 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-10-17 11:07:15 +00:00
chconf.h Coverage for the new modules. 2009-10-17 08:05:52 +00:00
chcore.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1230 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-10-17 11:07: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 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1230 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-10-17 11:07:15 +00:00
readme.txt Added code coverage tool. 2009-04-11 12:59:15 +00:00
serial_lld.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1230 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-10-17 11:07:15 +00:00
serial_lld.h Updated the coverage tool. 2009-08-30 17:21:10 +00:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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