Sha256: 4984cfea37cdee2f6785eb5365cd33546efca4fcd2d3315d0663796e2c452e08

Contents?: true

Size: 403 Bytes

Versions: 7

Compression:

Stored size: 403 Bytes

Contents

# -*- ruby -*-

require 'autotest/restart'

Autotest.add_hook :initialize do |at|
  at.libs << ":../../sexp_processor/dev/lib"
  at.extra_files << "test/pt_testcase.rb"

  at.extra_class_map["TestRawParseTree"] = "test/test_parse_tree.rb"
  at.extra_class_map["R2RTestCase"] = "test/test_parse_tree_extensions.rb"

  at.add_mapping(/pt_testcase/) do |f, _|
    at.files_matching(/test_.*rb$/)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ParseTree-3.0.8 .autotest
ParseTree-3.0.7 .autotest
ParseTree-3.0.6 .autotest
ParseTree-3.0.5 .autotest
ParseTree-3.0.4 .autotest
ParseTree-3.0.3 .autotest
ParseTree-3.0.2 .autotest