Skip to content

Commit

Permalink
Added Rake to the list of external libraries to test.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@2551 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
alloy committed Sep 14, 2009
1 parent bfc6e34 commit 9fca69f
Show file tree
Hide file tree
Showing 163 changed files with 14,246 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rakelib/test.rake
Expand Up @@ -23,6 +23,10 @@ namespace :test do
"http://test-unit.rubyforge.org/svn/trunk",
"-I lib test/run-test.rb"
],
'rake' => [
"git://github.com/jimweirich/rake.git",
"-I lib ./bin/rake --trace"
],
'bacon' => [
"git://github.com/chneukirchen/bacon.git",
"./bin/bacon -I lib --quiet ./test/*"
Expand Down
13 changes: 13 additions & 0 deletions test/libs/rake/.gitignore
@@ -0,0 +1,13 @@
*.bak
*.patch
*.rbc
.#*
.idea
TAGS
coverage
html
pkg
r19.diff
temp_*
testdata
x
7 changes: 7 additions & 0 deletions test/libs/rake/.togglerc
@@ -0,0 +1,7 @@
(add-to-list
'toggle-mapping-styles
'(rake . (
("test/lib/\\1_test.rb" . "lib/rake/\\1.rb")
) ))

(buffer-toggle-style 'rake)

0 comments on commit 9fca69f

Please sign in to comment.