File: alltests.rb

package info (click to toggle)
ruby-curb 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 860 kB
  • sloc: ansic: 5,798; ruby: 4,466; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (7)
1
2
3
$: << $TESTDIR = File.expand_path(File.dirname(__FILE__))
require 'unittests'
Dir[File.join($TESTDIR, 'bug_*.rb')].each { |lib| require lib }