File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 30
30
31
31
# Step 2: Generate contracts programs
32
32
- name : Generate contracts
33
- run : ./scripts/run-kani.sh --kani-args --keep-temps --only-codegen
33
+ run : ./scripts/run-kani.sh --kani-args --keep-temps --only-codegen --target-dir contracts
34
+
35
+ # Debug: Check contracts
36
+ - name : List contracts found
37
+ run : ls contracts
34
38
35
39
# Step 3: Run goto-transcoder
36
40
- name : Run goto-transcoder
37
- run : ./scripts/run-goto-transcoder.sh checked_unchecked.*.out
41
+ run : ./scripts/run-goto-transcoder.sh contracts checked_unchecked.*.out
Original file line number Diff line number Diff line change 5
5
# #############
6
6
# PARAMETERS #
7
7
# #############
8
- contract_folder=target/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps
9
- supported_regex=$1
8
+ contract_folder=$1
9
+ supported_regex=$2
10
10
unsupported_regex=neg
11
11
12
12
goto_transcoder_git=https://github.com/rafaelsamenezes/goto-transcoder
You can’t perform that action at this time.
0 commit comments