Sha256: 72331056c3a7c8e00daec775015e6feff7bbea45fa0f095fecfee5e4a3287ffd

Contents?: true

Size: 659 Bytes

Versions: 12

Compression:

Stored size: 659 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

$LOAD_PATH << __dir__
$LOAD_PATH << File.join(__dir__, '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

12 entries across 12 versions & 1 rubygems

Version Path
oj-3.16.9 test/tests_mimic.rb
oj-3.16.8 test/tests_mimic.rb
oj-3.16.7 test/tests_mimic.rb
oj-3.16.6 test/tests_mimic.rb
oj-3.16.5 test/tests_mimic.rb
oj-3.16.4 test/tests_mimic.rb
oj-3.16.3 test/tests_mimic.rb
oj-3.16.2 test/tests_mimic.rb
oj-3.16.1 test/tests_mimic.rb
oj-3.16.0 test/tests_mimic.rb
oj-3.15.1 test/tests_mimic.rb
oj-3.15.0 test/tests_mimic.rb