From 27ecf3261ed117fdba1987dbb146e2164ed821e9 Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Mon, 20 Mar 2023 15:40:55 -0400 Subject: Update yjit.md Document `make yjit-smoke-test` --- doc/yjit/yjit.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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: -- cgit v1.2.1