We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make yjit-smoke-test
make yjit-check
1 parent 3e4af88 commit 0dbaf7eCopy full SHA for 0dbaf7e
2 files changed
doc/yjit/yjit.md
@@ -388,7 +388,7 @@ There are multiple test suites:
388
- `make test-all`
389
- `make test-spec`
390
- `make check` runs all of the above
391
-- `make yjit-smoke-test` runs quick checks to see that YJIT is working correctly
+- `make yjit-check` runs quick checks to see that YJIT is working correctly
392
393
The tests can be run in parallel like this:
394
yjit/yjit.mk
@@ -34,8 +34,8 @@ endif
34
RUST_VERSION = +1.58.0
35
36
# Gives quick feedback about YJIT. Not a replacement for a full test run.
37
-.PHONY: yjit-smoke-test
38
-yjit-smoke-test:
+.PHONY: yjit-check
+yjit-check:
39
ifneq ($(strip $(CARGO)),)
40
$(CARGO) test --all-features -q --manifest-path='$(top_srcdir)/yjit/Cargo.toml'
41
endif
0 commit comments