File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
fi
61
61
fi
62
62
else
63
- PROPERTY = "$PROPERTY --heap- values-refine --sympath --k-induction --competition-mode"
63
+ PROPERTY = "$PROPERTY --heap -- values-refine --k-induction --competition-mode"
64
64
65
65
# run the tool
66
66
$TOOL_BINARY --graphml -witness $LOG . witness --object -bits $OBJ_BITS $PROPERTY \
Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ cbmc.zip: cbmc.inc tool-wrapper.inc $(CBMC)/LICENSE $(CBMC)/src/cbmc/cbmc $(CBMC
46
46
cd $(basename $@ ) && rm cbmc cbmc-binary goto-cc LICENSE README
47
47
rmdir $(basename $@ )
48
48
49
- 2ls.zip : 2ls.inc tool-wrapper.inc $(2LS ) /LICENSE $(2LS ) /src/2ls/2ls $(2LS ) /cbmc/src/goto-cc/goto-cc sv-comp-readme.sh
49
+ 2ls.zip : 2ls.inc tool-wrapper.inc $(2LS ) /LICENSE $(2LS ) /src/2ls/2ls $(2LS ) /lib/ cbmc/src/goto-cc/goto-cc sv-comp-readme.sh
50
50
mkdir -p $(basename $@ )
51
51
$(MAKE ) 2ls-wrapper
52
52
mv 2ls-wrapper $(basename $@ ) /2ls
53
53
./sv-comp-readme.sh $(basename $@ ) > $(basename $@ ) /README
54
54
cp -L $(2LS ) /LICENSE $(basename $@ ) /
55
55
cp -L $(2LS ) /src/2ls/2ls $(basename $@ ) /2ls-binary
56
- cp -L $(2LS ) /cbmc/src/goto-cc/goto-cc $(basename $@ ) /
56
+ cp -L $(2LS ) /lib/ cbmc/src/goto-cc/goto-cc $(basename $@ ) /
57
57
chmod a+rX $(basename $@ ) /*
58
58
zip -r $@ $(basename $@ )
59
59
cd $(basename $@ ) && rm 2ls 2ls-binary goto-cc LICENSE README
You can’t perform that action at this time.
0 commit comments