mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove redundant bits from zjit.md
This commit is contained in:
parent
9ca67c471d
commit
b9424e5096
Notes:
git
2025-04-18 13:48:09 +00:00
1 changed files with 2 additions and 7 deletions
|
@ -9,13 +9,6 @@ To build ZJIT on macOS:
|
|||
make -j miniruby
|
||||
```
|
||||
|
||||
To run unit tests:
|
||||
```
|
||||
# Make sure you have a `--enable-zjit=dev` build, and
|
||||
# you'll need to `brew install cargo-nextest` first:
|
||||
make zjit-test
|
||||
```
|
||||
|
||||
## Useful dev commands
|
||||
|
||||
To view YARV output for code snippets:
|
||||
|
@ -33,6 +26,8 @@ in a way that can be easily shared with other team members.
|
|||
|
||||
## Testing
|
||||
|
||||
Make sure you have a `--enable-zjit=dev` build, and run `brew install cargo-nextest` first.
|
||||
|
||||
### make zjit-test-all
|
||||
|
||||
This command runs all ZJIT tests: `make zjit-test` and `test/ruby/test_zjit.rb`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue