Skip to content

Commit d2419dd

Browse files
committed
scan: add --cfg=kani to collect harnesses in conditinal modules
close #463
1 parent ca49535 commit d2419dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/kani-std-analysis/std-analysis.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export RUST_BACKTRACE=1
7878
export RUSTC_LOG=error
7979

8080
RUST_FLAGS=(
81+
"--cfg=kani"
8182
"-Cpanic=abort"
8283
"-Zalways-encode-mir"
8384
)

0 commit comments

Comments
 (0)