mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
tool/test/runner.rb had been copied from test/runner.rb. test/runner.rb was for `make test-all`, and tool/test/runner.rb was for `make test-testframework` and `make test-tool`. But I want to avoid the code clones. This change makes tool/test/runner.rb support --test-target-dir option which allows tool/test/runner.rb to run `make test-all`. Now we can remove test/runner.rb. |
||
|---|---|---|
| .. | ||
| -test- | ||
| minitest | ||
| test | ||
| colorize.rb | ||
| envutil.rb | ||
| find_executable.rb | ||
| iseq_loader_checker.rb | ||
| jisx0208.rb | ||
| leakchecker.rb | ||
| memory_status.rb | ||
| profile_test_all.rb | ||
| tracepointchecker.rb | ||
| vcs.rb | ||
| vpath.rb | ||
| zombie_hunter.rb | ||