tinySA/test/rt/coverage
gdisirio ef7990a192 Improved makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7107 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-01 07:19:47 +00:00
..
Makefile Improved makefiles. 2014-08-01 07:19:47 +00:00
chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6704 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-02-11 13:08:02 +00:00
halconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6751 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-03-04 12:55:37 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6704 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-02-11 13:08:02 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6704 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-02-11 13:08:02 +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