Skip to content

Commit

Permalink
Resurrect yjit-smoke-test before #7651
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Apr 4, 2023
1 parent b7717fc commit 116c0f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yjit/yjit.mk
Expand Up @@ -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.
Expand Down

0 comments on commit 116c0f9

Please sign in to comment.