Skip to content

Commit 68733a2

Browse files
authored
Merge pull request #3 from tautschnig/fix-cmd
CBMC's command-line parameter changed from graphml-cex to graphml-witness
2 parents 88a4a99 + cb29fe7 commit 68733a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbmc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ulimit -v 15000000 ; \
8383
EC=42 ; \
8484
for c in 2 6 12 17 21 40 200 400 1025 2049 268435456 ; do \
8585
echo "Unwind: $c" > $LOG.latest ; \
86-
./cbmc-binary --graphml-cex $LOG.cex --unwind $c --stop-on-fail $BIT_WIDTH $PROPERTY --function $ENTRY $BM >> $LOG.latest 2>&1 ; \
86+
./cbmc-binary --graphml-witness $LOG.cex --unwind $c --stop-on-fail $BIT_WIDTH $PROPERTY --function $ENTRY $BM >> $LOG.latest 2>&1 ; \
8787
ec=$? ; \
8888
if [ $ec -eq 0 ] ; then \
8989
if ! tail -n 10 $LOG.latest | grep -q "^VERIFICATION SUCCESSFUL$" ; then ec=1 ; fi ; \

0 commit comments

Comments
 (0)