mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 12:45:22 -05:00
A readme file to introduce what ./Test directory is about.
This commit is contained in:
parent
211bb4cbd9
commit
5b9777e11e
1 changed files with 5 additions and 0 deletions
5
FreeRTOS/Test/README.md
Normal file
5
FreeRTOS/Test/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
## Testing in FreeRTOS
|
||||
This directory is in working progress -- we are migrating scattered test cases to this directory. The directory structure section below only lists what's currently under this directory.
|
||||
|
||||
## Directory structure
|
||||
- ```./CBMC```: This directory contains automated proofs of the memory safety of various parts of the FreeRTOS code base.
|
||||
Loading…
Add table
Add a link
Reference in a new issue