Sha256: 1eb53d232dbf21edc4dc3f81028b448d33ddc5a3ca4bc661dc2e5c3df6a28058

Contents?: true

Size: 465 Bytes

Versions: 16

Compression:

Stored size: 465 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_strict'
require 'test_null'
require 'test_compat'
require 'test_object'
require 'test_custom'
require 'test_writer'
require 'test_fast'
require 'test_hash'
require 'test_file'
require 'test_gc'
require 'test_saj'
require 'test_scp'
require 'test_various'

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
oj-3.2.1 test/tests.rb
oj-3.2.0 test/tests.rb
oj-3.1.4 test/tests.rb
oj-3.1.3 test/tests.rb
oj-3.1.2 test/tests.rb
oj-3.1.0 test/tests.rb
oj-3.0.11 test/tests.rb
oj-3.0.10 test/tests.rb
oj-3.0.9 test/tests.rb
oj-3.0.8 test/tests.rb
oj-3.0.7 test/tests.rb
oj-3.0.6 test/tests.rb
oj-3.0.5 test/tests.rb
oj-3.0.4 test/tests.rb
oj-3.0.3 test/tests.rb
oj-3.0.2 test/tests.rb