summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2023-03-20 15:40:55 -0400
committerGitHub <noreply@github.com>2023-03-20 15:40:55 -0400
commit27ecf3261ed117fdba1987dbb146e2164ed821e9 (patch)
tree62a354d63b86da97f415f5d2e6b8200cdc679dc6 /doc
parent44f444478afad954f046d8345cafb3842708a4ca (diff)
downloadruby-27ecf3261ed117fdba1987dbb146e2164ed821e9.tar.gz
Update yjit.md
Document `make yjit-smoke-test`
Diffstat (limited to 'doc')
-rw-r--r--doc/yjit/yjit.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index b3607cf8f0..1bb22f65c4 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -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: