FreeRTOS-Kernel/FreeRTOS/Test
kar-rahul-aws 21f7947ab1
Make unit tests backward compatible (#1073)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
2023-08-17 16:51:18 +05:30
..
CBMC Update single core CMBC and unit test (#1045) 2023-07-24 15:42:20 +05:30
CMock Make unit tests backward compatible (#1073) 2023-08-17 16:51:18 +05:30
Target Create SMP on target test framework. (#911) 2023-03-06 13:17:27 +05:30
VeriFast [AUTO][RELEASE]: Bump file header version to "202212.00" 2022-12-10 01:17:30 +00:00
README.md Update ReadMe (#1044) 2023-07-24 14:20:29 +05:30

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.
  • ./CMock: This directory contains unit tests for verification of functional correctness of FreeRTOS Kernel APIs.
  • ./Target: This directory contains integration tests which run on target devices to verify functional correctness of FreeRTOS Kernel APIs.
  • ./VeriFast: This directory contains automated proofs of the functional correctness of various parts of the FreeRTOS code base.