Sha256: c0e82bc780e05f1391c435f8d6c20699c616cb88ae4a0db6c43d83bfc1f59cf5

Contents?: true

Size: 330 Bytes

Versions: 31

Compression:

Stored size: 330 Bytes

Contents

#!/usr/bin/env ruby
require 'pathname'

gem 'test-unit'
require 'test/unit'
require 'test/unit/notify'
require 'test/unit/rr'

base_dir = Pathname.new(__FILE__).dirname.expand_path
top_dir = (base_dir + '..').expand_path
lib_dir = top_dir + 'lib'

$LOAD_PATH.unshift(lib_dir.to_s)

exit Test::Unit::AutoRunner.run(true, base_dir)

Version data entries

31 entries across 27 versions & 1 rubygems

Version Path
bitclust-core-1.3.0 test/run_test.rb
bitclust-core-1.2.6 test/run_test.rb
bitclust-core-1.2.5 test/run_test.rb
bitclust-core-1.2.4 test/run_test.rb
bitclust-core-1.2.3 test/run_test.rb
bitclust-core-1.2.2 test/run_test.rb
bitclust-core-1.2.1 test/run_test.rb
bitclust-core-1.2.0 test/run_test.rb
bitclust-core-1.1.1 test/run_test.rb
bitclust-core-1.1.0 test/run_test.rb
bitclust-core-1.0.0 test/run_test.rb
bitclust-core-0.9.6 test/run_test.rb
bitclust-core-0.9.5 test/run_test.rb
bitclust-core-0.9.4 test/run_test.rb
bitclust-core-0.9.3 test/run_test.rb
bitclust-core-0.9.2 test/run_test.rb
bitclust-core-0.9.1 test/run_test.rb
bitclust-core-0.9.0 test/run_test.rb
bitclust-core-0.8.0 test/run_test.rb
bitclust-core-0.7.0 test/run_test.rb