mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 02:07:48 -04:00
Add VeriFast kernel queue proofs (#117)
This commit is contained in:
parent
d5fedeaa96
commit
529c481c39
31 changed files with 3702 additions and 1 deletions
3
FreeRTOS/Test/VeriFast/scripts/annotation_overhead.sh
Executable file
3
FreeRTOS/Test/VeriFast/scripts/annotation_overhead.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -eu
|
||||
|
||||
NO_COVERAGE=1 EXTRA_VERIFAST_ARGS=-stats make list queue | grep overhead: | sort | uniq
|
Loading…
Add table
Add a link
Reference in a new issue