We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cb6f9 commit 11de874Copy full SHA for 11de874
test/cbmc/run_proofs.sh
@@ -23,5 +23,5 @@ exec cbmc stubs/strnlen.c stubs/JSON_SearchT.c stubs/tinycbor.c proofs.c \
23
--signed-overflow-check --unsigned-overflow-check --pointer-overflow-check \
24
--conversion-check --undefined-shift-check --enum-range-check \
25
--pointer-primitive-check --drop-unused-functions --nondet-static \
26
- --unwinding-assertions --c99 --trace "$@" --unwind "$UNWIND_COUNT" \
27
- -DUNWIND_COUNT="$UNWIND_COUNT" >&1 | tee output/latest/html/cbmcOutput.txt
+ --unwinding-assertions --c99 "$@" --unwind "$UNWIND_COUNT" --json-ui \
+ -DUNWIND_COUNT="$UNWIND_COUNT" >&1 | tee output/latest/html/run.json
0 commit comments