File: runner.rb

package info (click to toggle)
libxml-ruby 0.5.2.0-3%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 652 kB
  • ctags: 875
  • sloc: ansic: 5,874; ruby: 1,524; xml: 144; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env ruby
#
# Allsuite for Eclipse and GEM.
$LOAD_PATH.unshift File.dirname(__FILE__)
require "libxml_test"

ALL_TESTS = true
TESTS = File.expand_path(File.dirname(__FILE__))

glob = File.join(TESTS, ENV['TESTS'] || 'tc_*.rb')
Dir[glob].each { |fn| require fn }