mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Resurrect yjit-smoke-test before #7651
This commit is contained in:
parent
b7717fc390
commit
116c0f92ef
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ yjit-smoke-test:
|
|||
ifneq ($(strip $(CARGO)),)
|
||||
$(CARGO) test --all-features -q --manifest-path='$(top_srcdir)/yjit/Cargo.toml'
|
||||
endif
|
||||
$(MAKE) btest RUN_OPTS='--yjit-call-threshold=1 --yjit-temp-regs=5' BTESTS=-j
|
||||
$(MAKE) btest RUN_OPTS='--yjit-call-threshold=1' BTESTS=-j
|
||||
$(MAKE) test-all TESTS='$(top_srcdir)/test/ruby/test_yjit.rb'
|
||||
|
||||
# Generate Rust bindings. See source for details.
|
||||
# Needs `./configure --enable-yjit=dev` and Clang.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue