mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-18 22:33:36 +08: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:
3
.github/scripts/core_checker.py
vendored
3
.github/scripts/core_checker.py
vendored
@ -261,7 +261,8 @@ FREERTOS_IGNORED_PATTERNS = [
|
||||
FREERTOS_IGNORED_FILES = [
|
||||
'fyi-another-way-to-ignore-file.txt',
|
||||
'mbedtls_config.h',
|
||||
'requirements.txt'
|
||||
'requirements.txt',
|
||||
'run-cbmc-proofs.py'
|
||||
]
|
||||
|
||||
FREERTOS_HEADER = [
|
||||
|
Reference in New Issue
Block a user