aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-01-04 13:46:21 +0100
committerLars Knoll <lars.knoll@digia.com>2013-01-04 21:09:22 +0100
commitf97c4e15ea24fe8ada5ad417329df647041aa0ea (patch)
treecf6bc587a1796bc38b8b742e9d413407ee02170b /.gitmodules
parent2f831d4e0b10fd0659a8dd2d5a0997cff42a382f (diff)
Initial import of Test262 test suite
This also includes a copy of the test262.py script to run all the tests, which we are going to modify to suit our needs. Change-Id: I15fd7d0278e39c7076d4e45650fbcf786f7a483f Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000..610c233811
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "tests/test262"]
+ path = tests/test262
+ url = git://github.com/tronical/test262.git