Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Until then, the easiest way to use RMC is as follows

1. Add `rmc/scripts` to your path
1. Go to a folder that contains a rust file you would like to verify with RMC.
For example, `cd rmc/rust-tests/cbmc-reg/Parenths`.
For example, `cd rmc/src/test/cbmc/Parenths`.
By default, `rmc` uses `main()` as the entry point.
1. Execute RMC on the file
```
Expand Down Expand Up @@ -98,7 +98,7 @@ Lastly, you can override specific flags from command line, e.g. with `cargo rmc
### Advanced flags
RMC supports a set of advanced flags that give you control over the verification process.
For example, consider the `CopyIntrinsics` regression test:
1. `cd rmc/rust-tests/cbmc-reg/CopyIntrinsics`
1. `cd rmc/src/test/cbmc/CopyIntrinsics`
1. Execute RMC on the file
`rmc main.rs`
1. Note that this will unwind forever
Expand Down