Sha256: 621c6076de6913dae6e821e3b5dfedd69981f8e9ec4540a4a3078c5aba7a1212

Contents?: true

Size: 200 Bytes

Versions: 30

Compression:

Stored size: 200 Bytes

Contents

Autotest.add_hook :initialize do |at|
  at.add_mapping(/ext\/.*\/(.*)\.[ch]/) do |_, m|
    ["test/test_#{m[1]}_extn.rb"]
  end
end

Autotest.add_hook :run_command do |at|
  system "rake compile"
end

Version data entries

30 entries across 30 versions & 3 rubygems

Version Path
newgem-1.0.5 rubygems_generators/extconf/templates/autotest.rb
newgem-1.0.6 rubygems_generators/extconf/templates/autotest.rb
newgem-1.0.7 rubygems_generators/extconf/templates/autotest.rb
rubypython-0.2.0 .autotest
rubypython-0.2.1 .autotest
rubypython-0.2.4 .autotest
rubypython-0.2.3 .autotest
rubypython-0.2.2 .autotest
rubypython-0.2.6 .autotest
rubypython-0.2.5 .autotest