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:
parent
7912eec8cd
commit
312125e563
3 changed files with 7 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "spec/redjs"]
|
||||
path = spec/redjs
|
||||
url = git@github.com:cowboyd/redjs.git
|
1
spec/redjs
Submodule
1
spec/redjs
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 43e09aad4f8715d0ac3a1db7bc16140569ddd501
|
3
spec/redjs_helper.rb
Normal file
3
spec/redjs_helper.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
require File.dirname(__FILE__) + '/spec_helper'
|
||||
|
||||
include V8
|
Loading…
Add table
Reference in a new issue