FreeRTOS-Kernel/FreeRTOS/Test
chinglee-iot 2f85ed9bf6
Add SMP schedule equal priority on target test (#1170)
* Add SMP schedule equal priority on target test

* Remove unnecessary config

* Fix spelling format and header

* Code review suggestions

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

---------

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
2024-02-08 11:07:39 +05:30
..
CBMC Remove deprecated ipconfigRAND32 (#1108) 2023-11-01 12:33:25 +05:30
CMock Update unit tests due to task notification changes (#1177) 2024-02-07 10:51:43 +08:00
Target Add SMP schedule equal priority on target test (#1170) 2024-02-08 11:07:39 +05:30
VeriFast Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07: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.