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.
tests/
1 parent 8a5e579 commit 1d5bfa7Copy full SHA for 1d5bfa7
docs/src/cargo-kani.md
@@ -11,6 +11,10 @@ cargo kani [<kani-args>]*
11
`cargo kani` is the recommended approach for using Kani on a project, due to its
12
ability to handle external dependencies and the option add configurations via the `Cargo.toml` file.
13
14
+If your proof harness is placed under `tests/`, you will need to run
15
+`cargo kani` with the `--tests` for Kani to be able to find your
16
+harness.
17
+
18
## Configuration
19
20
Users can add a default configuration to the `Cargo.toml` file for running harnesses in a package.
0 commit comments