diff options
author | Maxime Chevalier-Boisvert <[email protected]> | 2023-03-20 15:40:55 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-20 15:40:55 -0400 |
commit | 27ecf3261ed117fdba1987dbb146e2164ed821e9 (patch) | |
tree | 62a354d63b86da97f415f5d2e6b8200cdc679dc6 | |
parent | 44f444478afad954f046d8345cafb3842708a4ca (diff) |
Update yjit.md
Document `make yjit-smoke-test`
-rw-r--r-- | doc/yjit/yjit.md | 3 |
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: |