mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Add Litani to run CBMC proofs (#501)
Update to out of source makefile build and add run-cbmc-proofs.py CBMC proofs can now be run with Litani with the command "./run-cbmc-proofs.py" Based on commits: * 1646301 - Ignore CBMC proof failures, fail the build later (4 months ago) <Kareem Khazem> * 7e8c91a - Fix Makefile prerequisite symbol for CBMC proofs (4 months ago) <Kareem Khazem> * bee04be - Enable CBMC proofs to run in CI (4 months ago) <Kareem Khazem> Found in https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
This commit is contained in:
parent
cd92c42b52
commit
f6dff3fea3
6 changed files with 351 additions and 19 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -40,3 +40,6 @@
|
|||
[submodule "FreeRTOS-Plus/ThirdParty/wolfSSL"]
|
||||
path = FreeRTOS-Plus/ThirdParty/wolfSSL
|
||||
url = https://github.com/wolfSSL/wolfssl.git
|
||||
[submodule "FreeRTOS/Test/aws-build-accumulator"]
|
||||
path = FreeRTOS/Test/litani
|
||||
url = https://github.com/awslabs/aws-build-accumulator.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue