Sha256: 540fef5948d7243867232f2e2392bf27edf4d248a3896c23b32b4314d2270ca3

Contents?: true

Size: 662 Bytes

Versions: 6

Compression:

Stored size: 662 Bytes

Contents

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

$: << File.dirname(__FILE__)
$: << File.join(File.dirname(__FILE__), 'json_gem')

require 'json_common_interface_test'
require 'json_encoding_test'
require 'json_ext_parser_test'
require 'json_fixtures_test'
require 'json_generator_test'
require 'json_generic_object_test'
require 'json_parser_test'
require 'json_string_matching_test'

at_exit do
  require 'helper'
  if '3.1.0' <= RUBY_VERSION && !(RbConfig::CONFIG['host_os'] =~ /(mingw|mswin)/)
    #Oj::debug_odd("teardown before GC.verify_compaction_references")
    verify_gc_compaction
    #Oj::debug_odd("teardown after GC.verify_compaction_references")
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
oj-3.14.3 test/tests_mimic.rb
oj-3.14.2 test/tests_mimic.rb
oj-3.14.1 test/tests_mimic.rb
oj-3.14.0 test/tests_mimic.rb
oj-3.13.23 test/tests_mimic.rb
oj-3.13.22 test/tests_mimic.rb