1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool/lib
Yusuke Endoh 24712eeec3 tool/test/runner.rb: support --test-target-dir option
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.
2019-07-21 19:19:08 +09:00
..
-test-
minitest
test tool/test/runner.rb: support --test-target-dir option 2019-07-21 19:19:08 +09:00
colorize.rb Put colorize to library directory. 2019-07-15 09:40:22 +09:00
envutil.rb
find_executable.rb
iseq_loader_checker.rb
jisx0208.rb Put jisx0208.rb to under the library directory. 2019-07-15 11:16:29 +09:00
leakchecker.rb
memory_status.rb
profile_test_all.rb
tracepointchecker.rb
vcs.rb Put vcs .rb to under the lib direcotory. 2019-07-15 09:40:22 +09:00
vpath.rb Move vpath.rb into tool library direcotry. 2019-07-15 13:16:16 +09:00
zombie_hunter.rb