FreeRTOS-Kernel/FreeRTOS/Test
Gaurav-Aggarwal-AWS 89938537bc
Add tests to cover https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/435 (#768)
Add tests to cover https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/435

This ensures that the coverage does not go down with the PR
https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/435.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2022-01-05 11:53:53 -08:00
..
CBMC Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
CMock Add tests to cover https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/435 (#768) 2022-01-05 11:53:53 -08:00
litani@8b4a4ffb33 Advance litani submodule for CBMC proofs (#725) 2021-12-06 17:42:13 -07:00
VeriFast Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
README.md Add uncrustify github workflow (#659) 2021-07-22 14:23:48 -07:00

Testing in FreeRTOS

FreeRTOS kernel consists of common code and porting layer. Extensive static analysis and dynamic analysis are done on both to ensure functional correctness of FreeRTOS kernel.

For more information on FreeRTOS testing please refer to https://www.freertos.org/FreeRTOS-Coding-Standard-and-Style-Guide.html.

Directory structure

This directory is in working progress -- we are migrating scattered test cases to this directory. Here only lists what's currently under this directory.

  • ./CBMC: This directory contains automated proofs of the memory safety of various parts of the FreeRTOS code base.
  • ./VeriFast: This directory contains automated proofs of the functional correctness of various parts of the FreeRTOS code base.