escargot/.gitmodules
Achie 3fd2b67431 Add kangax runner
The runner clones down the files into test/kangax,
patches it with escargot, copies the runner into it,
and finally it runs and prints the results.

Signed-off-by: Bela Toth tbela@inf.u-szeged.hu
2020-03-30 15:45:23 +09:00

23 lines
746 B
Text

[submodule "third_party/GCutil"]
path = third_party/GCutil
url = https://github.com/Samsung/gcutil.git
ignore = untracked
[submodule "third_party/windows/icu"]
path = third_party/windows/icu
url = https://github.com/Samsung/icu.git
ignore = untracked
[submodule "test/vendortest"]
path = test/vendortest
url = https://github.com/Samsung/js_vendor_tc.git
ignore = untracked
[submodule "test/test262"]
path = test/test262
url = https://github.com/tc39/test262.git
ignore = untracked
[submodule "test/octane"]
path = test/octane
url = https://github.com/chromium/octane.git
ignore = untracked
[submodule "test/kangax"]
path = test/kangax
url = https://github.com/kangax/compat-table.git