From f97c4e15ea24fe8ada5ad417329df647041aa0ea Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Fri, 4 Jan 2013 13:46:21 +0100 Subject: 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 --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3