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
Koichi Sasada 3cbd56d574 complement test_ prefix.
`make test-all TESTS=name` can specify running test files by name.
name can be dirname ('dir/') or a file ('.../test_foo.rb'). This
patch complement `test_` prefix for a test. So we only need to
specify `TESTS=ruby/hash` which means `TESTS=ruby/test_hash.rb`.
2019-08-09 16:08:15 +09:00
..
-test-
minitest Aliases capture_output to capture_io for test-unit compatiblity. 2019-08-08 17:19:23 +09:00
test complement test_ prefix. 2019-08-09 16:08:15 +09:00
colorize.rb Added more attributes [ci skip] 2019-08-03 14:56:07 +09:00
envutil.rb Moved FailDesc to EnvUtil.failure_description 2019-08-05 10:48:49 +09:00
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 Separate VCS::GIT#upstream 2019-07-30 16:44:29 +09:00
vpath.rb Move vpath.rb into tool library direcotry. 2019-07-15 13:16:16 +09:00
zombie_hunter.rb