Co-authored-by: Michael George <michael@certora.com> Co-authored-by: Nick Armstrong <nick@certora.com> Co-authored-by: Michael George <mdgeorge@cs.cornell.edu> Co-authored-by: Aleksander Kryukov <firealexkryukov@gmail.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
10 lines
203 B
Bash
10 lines
203 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
certoraRun \
|
|
certora/harnesses/AccessControlHarness.sol \
|
|
--verify AccessControlHarness:certora/specs/AccessControl.spec \
|
|
--optimistic_loop \
|
|
$@
|