summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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: