Skip to content

Commit 3779a2e

Browse files
author
Carolyn Zech
committed
run without asserting contracts
1 parent 344205a commit 3779a2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/run-kani.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ run_verification_subset() {
207207
printf '%s\n' "${harnesses[@]}"
208208
"$kani_path" verify-std -Z unstable-options ./library \
209209
$unstable_args \
210+
--no-assert-contracts \
210211
$harness_args --exact \
211212
-j \
212213
--output-format=terse \
@@ -291,6 +292,7 @@ main() {
291292
echo "Running Kani verify-std command..."
292293
"$kani_path" verify-std -Z unstable-options ./library \
293294
$unstable_args \
295+
--no-assert-contracts \
294296
$command_args \
295297
--enable-unstable \
296298
--cbmc-args --object-bits 12

0 commit comments

Comments
 (0)