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 15c701e commit f0a410aCopy full SHA for f0a410a
scripts/run-kani.sh
@@ -334,7 +334,9 @@ main() {
334
echo "Running autoharness-analyzer command..."
335
git clone https://github.com/carolynzech/autoharness_analyzer
336
cd autoharness_analyzer
337
- cargo run ../metadata /tmp/std_lib_analysis/results/
+ cargo run \
338
+ ../target/kani_verify_std/target/x86_64-unknown-linux-gnu/debug/deps/ \
339
+ /tmp/std_lib_analysis/results/
340
fi
341
}
342
0 commit comments