Resurrect yjit-smoke-test before #7651

This commit is contained in:
Takashi Kokubun 2023-04-04 11:07:49 -07:00
parent b7717fc390
commit 116c0f92ef

View File

@ -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.