README

changeset 775
267e9e895282
parent 3
da1e581c933b
child 952
6d5471a497fb
child 1391
7b10faf739fd
     1.1 --- a/README	Thu Mar 27 19:39:18 2014 +0530
     1.2 +++ b/README	Fri Mar 28 13:24:07 2014 +0530
     1.3 @@ -81,13 +81,13 @@
     1.4      
     1.5  After that, you can run the tests using:
     1.6      cd make
     1.7 -    ant test
     1.8 +    ant clean test
     1.9      
    1.10  You can also run the ECMA-262 test suite with Nashorn. In order to do
    1.11  that, you will need to get a copy of it and put it in
    1.12  test/script/external/test262 directory. A convenient way to do it is:
    1.13  
    1.14 -   hg clone http://hg.ecmascript.org/tests/test262/ test/script/external/test262
    1.15 +   git clone https://github.com/tc39/test262 test/script/external/test262
    1.16      
    1.17  Alternatively, you can check it out elsewhere and make
    1.18  test/script/external/test262 a symbolic link to that directory. After
    1.19 @@ -95,6 +95,11 @@
    1.20  
    1.21      cd nashorn~jdk8/nashorn/make
    1.22      ant test262
    1.23 +
    1.24 +Ant target to get/update external test suites:
    1.25 +
    1.26 +    ant externals
    1.27 +    ant update-externals
    1.28      
    1.29  These tests take time, so we have a parallelized runner for them that
    1.30  takes advantage of all processor cores on the computer:

mercurial