Update yjit.md

Document `make yjit-smoke-test`
This commit is contained in:
Maxime Chevalier-Boisvert 2023-03-20 15:40:55 -04:00 committed by GitHub
parent 44f444478a
commit 27ecf3261e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,11 +274,12 @@ add them to `yjit/cruby.rs` instead.
### Coding & Debugging Protips
There are 3 test suites:
There are multiple test suites:
- `make btest` (see `/bootstraptest`)
- `make test-all`
- `make test-spec`
- `make check` runs all of the above
- `make yjit-smoke-test` runs quick checks to see that YJIT is working correctly
The tests can be run in parallel like this: