danny wang 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 yıl önce
..
pclint 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 yıl önce
Makefile 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 yıl önce
Makefile_win32 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 yıl önce
chconf.h 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 yıl önce
go.sh 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 yıl önce
halconf.h 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 yıl önce
main.c 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 yıl önce
mcuconf.h 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 yıl önce
readme.txt 6b2cb6fa39 this N3 net clean robot use bfd1.5V6 2 yıl önce

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.