You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename ZJIT make targets for clarity and consistency
This commit improves the naming convention of ZJIT-related make targets
to better communicate their purpose and create a more logical hierarchy.
Renamed targets:
- zjit-test → zjit-test-rust (clarifies it runs Rust unit tests)
- zjit-test-lldb → zjit-test-rust-lldb (debug variant of Rust tests)
- zjit-test-all → zjit-test-suite (runs the complete test suite)
- zjit-test-all-ruby → zjit-test-ruby-all (better reflects intent to run
all Ruby tests)
Added targets:
- zjit-test-ruby (runs only test/ruby/test_zjit.rb)
The new naming scheme follows a clear pattern:
- zjit-test-rust* for Rust-based tests
- zjit-test-ruby* for Ruby-based tests
- zjit-test-suite for the full test suite
Also updated:
- CI workflows to use the new target names
- Documentation
- Comments in zjit/build.rs
0 commit comments