mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-18 10:47:47 -04:00
Reword readme.md under ./Test. (#61)
This commit is contained in:
parent
3841286598
commit
d421ccc89f
1 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,9 @@
|
||||||
## Testing in FreeRTOS
|
## 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.
|
FreeRTOS kernel consists of common code and porting layer. Extensive [static analysis](https://en.wikipedia.org/wiki/Static_program_analysis) and [dynamic analysis](https://en.wikipedia.org/wiki/Dynamic_program_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
|
## 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.
|
- ```./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