Skip to content

Commit b595284

Browse files
Merge pull request #17 from tautschnig/cbmc-termination
CBMC can do (some) termination proofs
2 parents a9c4bfb + 0a1ad6b commit b595284

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

cbmc.inc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# tool
1+
# tool
22

33
TOOL_BINARY=./cbmc-binary
44
TOOL_NAME=CBMC
55

66
# function to run the tool
77

8-
run()
8+
run()
99
{
1010
if [ "$PROP" = "termination" ] ; then
11-
EC=42
12-
echo "EC=$EC" >> $LOG.ok
13-
return
11+
PROPERTY="$PROPERTY --no-assertions"
1412
fi
1513

1614
timeout 850 bash -c ' \

0 commit comments

Comments
 (0)