mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 21:14:28 +00:00
Most tests in test_yjit.rb use a sub process, so we can run them even when the parent process is not running with YJIT. Run them so simply running `make check` tests YJIT a bit. [Misc #19149]