Skip to content

Commit

Permalink
Changes for p4autotest to get new projects working on a virgin machine.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/heckle/dev/": change = 3763]
  • Loading branch information
zenspider committed Jan 10, 2008
1 parent dee274c commit 53ff01f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
Expand Up @@ -4,6 +4,10 @@ $: << 'lib'

require 'rubygems'
require 'hoe'

deps = %w(ParseTree RubyInline ruby2ruby ZenTest)
$:.push(*deps.map { |p| "../../#{p}/dev/lib" })

require './lib/heckle.rb'

Hoe.new('heckle', Heckle::VERSION) do |p|
Expand All @@ -19,4 +23,6 @@ Hoe.new('heckle', Heckle::VERSION) do |p|
p.extra_deps << ['ZenTest', '>= 3.5.2']
end

Hoe::RUBY_FLAGS.sub! /-I/, "-I#{deps.map { |p| "../../#{p}/dev/lib" }.join(":")}:"

# vim: syntax=Ruby
1 change: 1 addition & 0 deletions lib/heckle.rb
@@ -1,5 +1,6 @@
require 'rubygems'
require 'parse_tree'
require 'sexp_processor'
require 'unified_ruby'
require 'ruby2ruby'
require 'timeout'
Expand Down

0 comments on commit 53ff01f

Please sign in to comment.