ruby/test/racc
Thomas E. Enebo 51d161980a [ruby/racc] Make racc test more flexible (for JRuby).
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).

https://github.com/ruby/racc/commit/b74ce5e018
2022-11-10 22:36:34 +00:00
..
assets [ruby/racc] Prefer __dir__ over File.dirname(__FILE__) 2021-09-15 16:20:18 +09:00
regress [ruby/racc] Prefer __dir__ over File.dirname(__FILE__) 2021-09-15 16:20:18 +09:00
scandata
bench.y
case.rb [ruby/racc] Make racc test more flexible (for JRuby). 2022-11-10 22:36:34 +00:00
infini.y
src.intp
start.y
test_chk_y.rb [ruby/racc] Prefer __dir__ over File.dirname(__FILE__) 2021-09-15 16:20:18 +09:00
test_grammar_file_parser.rb [ruby/racc] Prefer __dir__ over File.dirname(__FILE__) 2021-09-15 16:20:18 +09:00
test_racc_command.rb [ruby/racc] Prefer __dir__ over File.dirname(__FILE__) 2021-09-15 16:20:18 +09:00
test_scan_y.rb [ruby/racc] Prefer __dir__ over File.dirname(__FILE__) 2021-09-15 16:20:18 +09:00
testscanner.rb Suppress unused variable warning 2019-07-01 00:22:38 +09:00