readme.txt 933 B

12345678910111213141516171819202122232425262728
  1. This test performs 5 distinct operations on the RT code base. Each phase
  2. writes a log file where errors can be found if the execution stops.
  3. Step 1: Build
  4. This step makes sure that there aren't compilation errors nor warnings in all
  5. the defined configurations.
  6. Step 2: Execute
  7. The test suite is executed in the simulator in order to make sure that all
  8. the defined test cases succeed in all the defined configurations.
  9. Coverage data is collected during the execution for use by step 3.
  10. Step 3: Coverage
  11. The utility gcov is ran on the generate data and the coverage information is
  12. stored in reports under ./reports.
  13. Step 4: Analysis
  14. PC-Lint is run on the codebase in order to detect MISRA violations or other
  15. problems under the current analyser rules set (PC-Lint 9.0L is required).
  16. Step 5: Clearing
  17. The compilation products are cleared and the system is restored to original
  18. state except for the generated reports and logs.