Sha256: 31f81e15ba0c83dd8d77bbb3d9d1a74fe1d569c9ceb408b294992341d194ad04

Contents?: true

Size: 484 Bytes

Versions: 22

Compression:

Stored size: 484 Bytes

Contents

#!/usr/bin/env ruby
# encoding: UTF-8

$: << File.dirname(__FILE__)
$oj_dir = File.dirname(File.expand_path(File.dirname(__FILE__)))
%w(lib ext).each do |dir|
  $: << File.join($oj_dir, dir)
end

require 'test_compat'
require 'test_custom'
require 'test_fast'
require 'test_file'
require 'test_gc'
require 'test_hash'
require 'test_null'
require 'test_object'
require 'test_saj'
require 'test_scp'
require 'test_strict'
require 'test_various'
require 'test_wab'
require 'test_writer'

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
oj-3.6.13 test/tests.rb
oj-3.6.12 test/tests.rb
oj-3.6.11 test/tests.rb
oj-3.6.10 test/tests.rb
oj-3.6.9 test/tests.rb
oj-3.6.8 test/tests.rb
oj-3.6.7 test/tests.rb
oj-3.6.6 test/tests.rb
oj-3.6.5 test/tests.rb
oj-3.6.4 test/tests.rb
oj-3.6.3 test/tests.rb
oj-3.6.2 test/tests.rb
oj-3.6.0 test/tests.rb
oj-3.5.1 test/tests.rb
oj-3.5.0 test/tests.rb
oj-3.4.0 test/tests.rb
oj-3.3.10 test/tests.rb
oj-3.3.9 test/tests.rb
oj-3.3.8 test/tests.rb
oj-3.3.7 test/tests.rb