escargot/.gitmodules
Junyoung Cho 0d93c8e2fe Seperate original src/heap directory into submodule GCutil and src/heap
Now,
 - GCutil has bdwgc and general GC Utilities (LeakChecker, allocator
         wrapper)
 - src/heap has Escargot-dependent functions (Custom Allocator,
         LeakCheckerBridge for global function support)
2017-02-23 13:21:22 +09:00

18 lines
622 B
Text

[submodule "test/test262"]
path = test/test262
url = https://github.com/tc39/test262.git
[submodule "test/test262-master"]
path = test/test262-master
url = https://github.com/tc39/test262.git
[submodule "test/test262-harness-py"]
path = test/test262-harness-py
url = https://github.com/test262-utils/test262-harness-py
[submodule "test/octane"]
path = test/octane
url = https://github.com/chromium/octane.git
[submodule "test/vendortest"]
path = test/vendortest
url = git@10.113.64.74:webtf/js_vendor_tc.git
[submodule "third_party/GCutil"]
path = third_party/GCutil
url = git@10.113.64.74:webtf/GCutil.git