Skip to content

Commit

Permalink
Make explicit that stringBuilder CBMC proof is bounded
Browse files Browse the repository at this point in the history
With CBMC v6, unwinding assertions are enabled by default.
  • Loading branch information
tautschnig committed Jun 6, 2024
1 parent 7a108e8 commit f588952
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/cbmc/proofs/stringBuilder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ DEFINES +=
INCLUDES +=

REMOVE_FUNCTION_BODY +=
UNWINDSET +=
UNWINDSET += stringBuilder_harness.0:10
UNWINDSET += stringBuilder_harness.1:10
UNWINDSET += stringBuilder.0:10

CBMC_FLAG_UNWINDING_ASSERTIONS =
CBMC_FLAG_UNWINDING_ASSERTIONS = --no-unwinding-assertions

PROOF_SOURCES += $(PROOFDIR)/$(HARNESS_FILE).c
PROJECT_SOURCES += $(SRCDIR)/source/ota_mqtt.c
Expand Down

0 comments on commit f588952

Please sign in to comment.