summaryrefslogtreecommitdiffstats
path: root/test/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/runner.rb: search srcdir/test/arg at first to find test/rubyakr2008-10-201-3/+3
* * lib/test/unit.rb (Test::Unit.setup_argv): call given block forakr2008-10-191-1/+21
* * lib/test/unit: removed test/unit.akr2008-10-161-16/+2
* Disable minitest autorunner and run manually in order to get test/unit fork/s...ryan2008-10-151-1/+11
* Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rbryan2008-10-101-43/+1
* Fix some RDoc and RubyGems test interactions. Fix -n in test/runner.rbdrbrain2008-09-291-0/+2
* I finally clued into the fact that test/unit's -x was for file level filterin...ryan2008-09-251-2/+21
* Allow for -v and other flags to be passed through properlyryan2008-09-241-1/+4
* Added ARGV filtering for tests. Allows for multiple valuesryan2008-09-241-4/+11
* Added changes needed for miniunit. usually from using internal calls that are...ryan2008-09-231-1/+12
* * lib/test/unit/collector.rb (collect_file): now deletes paths addedntalbott2005-02-171-1/+1
* * test/runner.rb (CROSS_COMPILING): need to require rbconfig.rb beforeeban2004-11-201-1/+2
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-081-0/+1
* * bin/testrb: new test runner. [ruby-core:01845]nobu2003-12-021-4/+1
* * eval.c (rb_feature_p): match by classified suffix.nobu2003-10-131-1/+4
* * lib/test/unit.rb: removed installation instructions.ntalbott2003-10-081-58/+2
* * lib/soap/netHttpClient.rb: follow http-access2. hosts which matchesnahi2003-10-041-1/+1
* * test/runner.rb: glob for directories.nobu2003-09-301-1/+8
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-11/+14
* * test/runner.rb: arguments should be keys.nobu2003-09-051-1/+1
* test/runner.rb: convert Version to numeric array.nobu2003-09-051-3/+2
* test/runner.rb: add Release.nobu2003-09-051-3/+4
* * lib/optparse.rb (--version): fix assignment/reference order.nobu2003-09-051-10/+21
* * test/runner.rb: added. gets testcases from command line and runs it.nahi2003-09-051-0/+42