Skip to content

Commit

Permalink
Fix wrong usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaroning authored and CohenArthur committed Dec 26, 2023
1 parent f412c48 commit 2d4174c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ If you have `gccrs` installed on your system, you can also simply pass `--gccrs

`rustc` executable to use and test. Similar rules apply.

### --rust_path
### --rust-path

Path to the cloned rustc repository to extract test cases from.

### --gccrs_path
### --gccrs-path

Path to the cloned gccrs repository to extract test cases from.

Expand Down Expand Up @@ -84,8 +84,8 @@ If everything went smoothly, you should simply be able to run `ftf` on the gener

```sh
> cargo run -- \
--gccrs './rust1' --rustc rustc \
--gccrs-path gccrs/ --rust_path rust/ \
--gccrs 'path/to/crab1' --rustc rustc \
--gccrs-path path/to/gccrs/ --rust-path path/to/rust/ \
--output-dir sources/ --yaml testsuite.yml \
--pass gccrs-parsing
> ftf -f testsuite.yml -j$(nproc)
Expand Down

0 comments on commit 2d4174c

Please sign in to comment.