Sha256: 1e6148ddee6987ab227960fa569c47bce0a702798ae7fd3b79513a8a6da31134

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

#!/usr/bin/env ruby
#
# Allsuite for Eclipse and GEM.

ALL_TESTS = true
TESTS = File.expand_path(File.dirname(__FILE__))
HOME = File.expand_path(File.join(TESTS,'../ext/xml'))

#$LOAD_PATH.unshift(HOME)
require "#{HOME}/libxml"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
libxml-ruby-0.3.6 tests/runner.rb