Sha256: 34e98d2275140d70c8af4b360dad552d4a22646cf280f9fe59931badb6a311be

Contents?: true

Size: 495 Bytes

Versions: 17

Compression:

Stored size: 495 Bytes

Contents

# -*- coding: utf-8 -*-

require 'autotest/restart'

Autotest.add_hook :initialize do |at|
#   at.extra_files << "../some/external/dependency.rb"
#
#   at.libs << ":../some/external"
#
#   at.add_exception 'vendor'
#
  at.add_mapping(/.*\.(?:cc|c)/) do |f, _|
    at.files_matching(/test_.*rb$/)
  end
#
#   %w(TestA TestB).each do |klass|
#     at.extra_class_map[klass] = "test/test_misc.rb"
#   end
end

Autotest.add_hook :run_command do |at|
  system "rake clean compile"
end
# -*- ruby -*-

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
iv-phonic-0.1.8 .autotest
iv-phonic-0.1.7 .autotest
iv-phonic-0.1.6 .autotest
iv-phonic-0.1.5 .autotest
iv-phonic-0.1.4 .autotest
iv-phonic-0.1.3 .autotest
iv-phonic-0.1.2 .autotest
iv-phonic-0.1.1 .autotest
iv-phonic-0.1.0 .autotest
iv-phonic-0.0.9 .autotest
iv-phonic-0.0.8 .autotest
iv-phonic-0.0.7 .autotest
iv-phonic-0.0.6 .autotest
iv-phonic-0.0.5 .autotest
iv-phonic-0.0.3 .autotest
iv-phonic-0.0.2 .autotest
iv-phonic-0.0.1 .autotest