We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d0ee9 commit c2dd4daCopy full SHA for c2dd4da
scripts/run-kani.sh
@@ -326,6 +326,9 @@ main() {
326
$command_args \
327
--enable-unstable \
328
--cbmc-args --object-bits 12
329
+ # remove metadata file for Kani-generated "dummy" crate that we won't
330
+ # get scanner data for
331
+ rm ../target/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps/dummy-*
332
echo "Running Kani's std-analysis command..."
333
pushd scripts/kani-std-analysis
334
./std-analysis.sh $build_dir
0 commit comments