1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

add support for the redjs test suite

This commit is contained in:
Charles Lowell 2009-12-16 13:50:54 +01:00
parent 7912eec8cd
commit 312125e563
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "spec/redjs"]
path = spec/redjs
url = git@github.com:cowboyd/redjs.git

1
spec/redjs Submodule

@ -0,0 +1 @@
Subproject commit 43e09aad4f8715d0ac3a1db7bc16140569ddd501

3
spec/redjs_helper.rb Normal file
View file

@ -0,0 +1,3 @@
require File.dirname(__FILE__) + '/spec_helper'
include V8