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
Requested feature: User should be able to run a unit test generated by Kani with one command which would incorporate stubs / kani library and other steps that today don't work or require extra configuration.
Use case: Running concrete playback without this extra setup step: https://model-checking.github.io/kani/debugging-verification-failures.html#setup
Link to relevant documentation (Rust reference, Nomicon, RFC):
Notes: We should accept a similar arguments as cargo test and accept a runner.
The text was updated successfully, but these errors were encountered:
This is a pre-work needed for implementing #2440 as a subcommand. Today, the only other subcommand we have is assess and the way it takes arguments is rather broken as explained in #1831.
For the playback sub-command, I expect that we will need at least CargoArgs and CommonArgs to control the build process and to control the process verbosity.
Requested feature: User should be able to run a unit test generated by Kani with one command which would incorporate stubs / kani library and other steps that today don't work or require extra configuration.
Use case: Running concrete playback without this extra setup step: https://model-checking.github.io/kani/debugging-verification-failures.html#setup
Link to relevant documentation (Rust reference, Nomicon, RFC):
Notes: We should accept a similar arguments as
cargo test
and accept a runner.The text was updated successfully, but these errors were encountered: