mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
![]() JRuby uses these same files for testing racc. The existing logic will not
find 'racc' in a JRuby project checkout. This change allows it to work by
just assuming 'ruby -S racc' when running tests. This will not change C
Ruby's detection when setting up tests (since earlier checks will find
racc).
|
||
---|---|---|
.. | ||
assets | ||
regress | ||
scandata | ||
bench.y | ||
case.rb | ||
infini.y | ||
src.intp | ||
start.y | ||
test_chk_y.rb | ||
test_grammar_file_parser.rb | ||
test_racc_command.rb | ||
test_scan_y.rb | ||
testscanner.rb |