Remove redundant bits from zjit.md

This commit is contained in:
Maxime Chevalier-Boisvert 2025-03-12 15:48:17 -04:00 committed by Takashi Kokubun
parent 9ca67c471d
commit b9424e5096
Notes: git 2025-04-18 13:48:09 +00:00

View file

@ -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`.