File: all_tests.rb

package info (click to toggle)
ruby-git 1.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,124 kB
  • sloc: ruby: 5,385; sh: 507; perl: 64; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 244 bytes parent folder | download
1
2
3
4
5
6
7
8
Dir.chdir(File.dirname(__FILE__)) do
  Dir.glob('**/test_*.rb') do |test_case|
    require "#{File.expand_path(File.dirname(__FILE__))}/#{test_case}"
  end
end

# To run a single test:
# require_relative 'units/test_lib_meets_required_version'