File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ contract_folder=$1/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps
99supported_regex=$2
1010unsupported_regex=neg
1111
12- goto_transcoder_git=https://github.com/rafaelsamenezes /goto-transcoder
13- esbmc_url=https://github.com/esbmc/esbmc/releases/download/nightly-7867f5e5595b9e181cd36eb9155d1905f87ad241 /esbmc-linux.zip
12+ goto_transcoder_git=https://github.com/esbmc /goto-transcoder
13+ esbmc_url=https://github.com/esbmc/esbmc/releases/download/nightly-39b012f9f7f7dad188708a9eaf4bbbc5faa3b4f7 /esbmc-linux.zip
1414
1515# #########
1616# SCRIPT #
@@ -44,8 +44,8 @@ while IFS= read -r line; do
4444 continue
4545 fi
4646 echo " Running: goto-transcoder $contract $contract_folder /$line $contract .esbmc.goto"
47- cargo run cbmc2esbmc $contract ../$contract_folder /$line $contract .esbmc.goto
48- ./linux-release/bin/esbmc --binary $contract .esbmc.goto
47+ cargo run cbmc2esbmc ../$contract_folder /$line $contract .esbmc.goto
48+ ./linux-release/bin/esbmc --cprover --function $contract -- binary resources/library.goto $contract .esbmc.goto
4949done < " _contracts.txt"
5050
5151rm " _contracts.txt"
You can’t perform that action at this time.
0 commit comments