File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ There are multiple test suites:
388
388
- ` make test-all `
389
389
- ` make test-spec `
390
390
- ` make check ` runs all of the above
391
- - ` make yjit-smoke-test ` runs quick checks to see that YJIT is working correctly
391
+ - ` make yjit-check ` runs quick checks to see that YJIT is working correctly
392
392
393
393
The tests can be run in parallel like this:
394
394
Original file line number Diff line number Diff line change 34
34
RUST_VERSION = +1.58.0
35
35
36
36
# Gives quick feedback about YJIT. Not a replacement for a full test run.
37
- .PHONY : yjit-smoke-test
38
- yjit-smoke-test :
37
+ .PHONY : yjit-check
38
+ yjit-check :
39
39
ifneq ($(strip $(CARGO ) ) ,)
40
40
$(CARGO) test --all-features -q --manifest-path='$(top_srcdir)/yjit/Cargo.toml'
41
41
endif
You can’t perform that action at this time.
0 commit comments