File: suite.rb

package info (click to toggle)
god 0.7.18-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 908 kB
  • sloc: ruby: 5,516; ansic: 241; makefile: 129; sh: 27
file content (6 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
require 'test/unit'

tests = Dir["#{File.dirname(__FILE__)}/test_*.rb"]
tests.each do |file|
  require file
end