Sha256: d03f644b0ab4bfb075da283a97ff982f7bda8b1f4e80c47bc3adbbabaa226593

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

#
# Test suite for running all RSI tests
#
require 'test/unit'
require 'tests/t_index'
require 'tests/t_index_multi'
require 'tests/t_dictionary'
require 'tests/t_analysis'

if $0 == __FILE__
  require 'rsi/logmanager'
  fh = File.open( "/dev/null", "a" )
  RSI::LogManager.instance().root_fh = fh
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rsi-0.4 tests/suite_all.rb