Skip to content

Commit

Permalink
Expanded .autotest for recent changes
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/heckle/dev/": change = 4293]
  • Loading branch information
zenspider committed Oct 5, 2008
1 parent 2b1fd65 commit 144f9d2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .autotest
@@ -1,7 +1,16 @@
# -*- ruby -*-

require 'autotest/restart'

Autotest.add_hook :initialize do |at|
%w(TestHeckleDasgn TestHeckleIter TestHeckleDasgncurr).each do |klass|
at.extra_class_map[klass] = "test/test_heckle.rb"
at.libs << ":../../RubyInline/dev/lib"
at.libs << ":../../ParseTree/dev/lib:../../ParseTree/dev/test"
at.libs << ":../../sexp_processor/dev/lib"
at.libs << ":../../ruby2ruby/dev/lib"

%w(Dasgn Iter Dasgncurr Cvasgn Boolean Call Callblock
ClassMethod Gasgn Iasgn If Lasgn Masgn Ranges Regexes
SameLiteral Strings Symbols Until While).each do |klass|
at.extra_class_map["TestHeckle#{klass}"] = "test/test_heckle.rb"
end
end

0 comments on commit 144f9d2

Please sign in to comment.