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 fef4e96 commit a8b9078Copy full SHA for a8b9078
scripts/run-kani.sh
@@ -334,9 +334,9 @@ main() {
334
./std-analysis.sh $build_dir
335
popd
336
echo "Running autoharness-analyzer command..."
337
- git clone https://github.com/carolynzech/autoharness_analyzer
+ git clone --depth 1 https://github.com/carolynzech/autoharness_analyzer
338
cd autoharness_analyzer
339
- cargo run \
+ cargo run --per-crate \
340
../target/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps/ \
341
/tmp/std_lib_analysis/results/
342
fi
0 commit comments