[cairo-commit] rcairo/test-unit/bin testrb,NONE,1.1

Kouhei Sutou commit at pdx.freedesktop.org
Wed Aug 13 01:20:54 PDT 2008


Committed by: kou

Update of /cvs/cairo/rcairo/test-unit/bin
In directory kemper:/tmp/cvs-serv10309/test-unit/bin

Added Files:
	testrb 
Log Message:
* test-unit: imported Test::Unit 2.x.


--- NEW FILE: testrb ---
#!/usr/bin/env ruby
require 'test/unit'
(r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or
  abort r.options.banner + " tests..."
exit r.run



More information about the cairo-commit mailing list