Skip to content

Commit

Permalink
makefile takes external kprove options
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Dec 7, 2018
1 parent 0b0c4af commit aafdbb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gnosis-imap/Makefile
Expand Up @@ -6,7 +6,7 @@ TMPLS:=../gnosis/module-tmpl.k ../gnosis/test/spec-tmpl.k
SPEC_GROUP:=gnosis-imap
SPEC_INI:=gnosis-imap-spec.ini

KPROVE_OPTS:=--smt-prelude $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))/../gnosis/evm.smt2) --log-stmts-only --log-cells pc
KPROVE_OPTS:=--smt-prelude $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))/../gnosis/evm.smt2)

SPEC_NAMES:=encodeTransactionData

Expand Down
1 change: 1 addition & 0 deletions resources/kprove.mak
Expand Up @@ -27,6 +27,7 @@ TMPLS?=module-tmpl.k spec-tmpl.k

# additional options to kprove command
KPROVE_OPTS?=
KPROVE_OPTS+=$(EXT_KPROVE_OPTS)

#
# Settings
Expand Down

0 comments on commit aafdbb9

Please sign in to comment.