Sha256: 888db6c5374c9504e672e43a5608f1bfb7aa44c10543bd848695f93b9ee660fe

Contents?: true

Size: 272 Bytes

Versions: 7

Compression:

Stored size: 272 Bytes

Contents

#!/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 }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
libxml-ruby-0.3.8.4 tests/runner.rb
libxml-ruby-0.5.0.1 tests/runner.rb
libxml-ruby-0.5.1.0 tests/runner.rb
libxml-ruby-0.3.8 tests/runner.rb
libxml-ruby-0.3.8.2 tests/runner.rb
libxml-ruby-0.5.0 tests/runner.rb
libxml-ruby-0.5.2.0 tests/runner.rb