ChibiOS/test/rt/testbuild
Giovanni Di Sirio 5928999fd5 Mass update of configuration files with QSPI settings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9486 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-05-15 09:18:27 +00:00
..
pclint MISRA-related fixes. 2016-01-04 19:46:27 +00:00
Makefile GCC asm files extension changed from .s to .S. 2016-04-23 06:47:26 +00:00
chconf.h Separate trace module, simplified tracer configuration. 2016-04-05 07:36:15 +00:00
go.sh git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9233 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-04-03 10:58:22 +00:00
halconf.h Mass update of configuration files with QSPI settings. 2016-05-15 09:18:27 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9228 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-04-03 08:22:19 +00:00
readme.txt

readme.txt

This test performs 5 distinct operations on the RT code base. Each phase
writes a log file where errors can be found if the execution stops.

Step 1: Build

This step makes sure that there aren't compilation errors nor warnings in all
the defined configurations.

Step 2: Execute

The test suite is executed in the simulator in order to make sure that all
the defined test cases succeed in all the defined configurations.
Coverage data is collected during the execution for use by step 3.

Step 3: Coverage

The utility gcov is ran on the generate data and the coverage information is
stored in reports under ./reports.

Step 4: Analysis

PC-Lint is run on the codebase in order to detect MISRA violations or other
problems under the current analyser rules set (PC-Lint 9.0L is required).

Step 5: Clearing

The compilation products are cleared and the system is restored to original
state except for the generated reports and logs.