Skip to content

Commit b6b7760

Browse files
updated goto-transcoder and esbmc
1 parent 0840b22 commit b6b7760

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/run-goto-transcoder.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ contract_folder=$1/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps
99
supported_regex=$2
1010
unsupported_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
4949
done < "_contracts.txt"
5050

5151
rm "_contracts.txt"

0 commit comments

Comments
 (0)