You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This builds upon @jaisnan's changes in
#3302.
The PR removes the `--visualize` option and the CBMC viewer from the
Kani installation and CI.
There is still some room for clean-up, specifically with the python
dependency. This can be handled in a separate PR.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
---------
Co-authored-by: Jaisurya Nanduri <jaisnan@amazon.com>
Copy file name to clipboardExpand all lines: docs/src/usage.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,6 @@ Common to both `kani` and `cargo kani` are many command-line flags:
28
28
If used with `print`, Kani will only print the unit test to stdout.
29
29
If used with `inplace`, Kani will automatically add the unit test to the user's source code, next to the proof harness. For more detailed instructions, see the [concrete playback](./experimental/concrete-playback.md) section.
30
30
31
-
*`--visualize`: _Experimental_, `--enable-unstable` feature that generates an HTML report providing traces (i.e., counterexamples) for each failure found by Kani.
32
-
33
31
*`--tests`: Build in "[test mode](https://doc.rust-lang.org/rustc/tests/index.html)", i.e. with `cfg(test)` set and `dev-dependencies` available (when using `cargo kani`).
34
32
35
33
*`--harness <name>`: By default, Kani checks all proof harnesses it finds.
0 commit comments