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
9
9
supported_regex=$2
10
10
unsupported_regex=neg
11
11
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
14
14
15
15
# #########
16
16
# SCRIPT #
@@ -44,8 +44,8 @@ while IFS= read -r line; do
44
44
continue
45
45
fi
46
46
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
49
49
done < " _contracts.txt"
50
50
51
51
rm " _contracts.txt"
You can’t perform that action at this time.
0 commit comments