make/project.properties

changeset 77
d7e83be6e7aa
parent 44
e62dba3ce52b
child 82
abea4ba28901
     1.1 --- a/make/project.properties	Wed Feb 06 12:51:09 2013 -0400
     1.2 +++ b/make/project.properties	Thu Feb 07 17:17:29 2013 +0530
     1.3 @@ -53,6 +53,10 @@
     1.4  
     1.5  # test classes directory
     1.6  build.test.classes.dir=${build.dir}/test/classes
     1.7 +# nashorn test jar - internal tests jar and api tests jar
     1.8 +nashorn.internal.tests.jar=${build.dir}/nashorn-internal-tests.jar
     1.9 +nashorn.api.tests.jar=${build.dir}/nashorn-api-tests.jar
    1.10 +
    1.11  # test results directory
    1.12  build.test.results.dir=${build.dir}/test/reports
    1.13  
    1.14 @@ -116,12 +120,13 @@
    1.15  test.basic.dir=test/script/basic
    1.16  test.error.dir=test/script/error
    1.17  test.sandbox.dir=test/script/sandbox
    1.18 +test.trusted.dir=test/script/trusted
    1.19  test.external.dir=test/script/external
    1.20  test262.dir=${test.external.dir}/test262
    1.21  test262.suite.dir=${test262.dir}/test/suite
    1.22  
    1.23  test-sys-prop.test.dir=${test.dir}
    1.24 -test-sys-prop.test.js.roots=${test.basic.dir} ${test.error.dir} ${test.sandbox.dir}
    1.25 +test-sys-prop.test.js.roots=${test.basic.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir}
    1.26  test-sys-prop.test262.suite.dir=${test262.suite.dir}
    1.27  test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases
    1.28  test-sys-prop.test.basic.dir=${test.basic.dir}
    1.29 @@ -205,7 +210,9 @@
    1.30  
    1.31  run.test.classpath=\
    1.32      ${file.reference.testng.jar}:\
    1.33 -    ${build.test.classes.dir}
    1.34 +    ${nashorn.internal.tests.jar}:\
    1.35 +    ${nashorn.api.tests.jar}
    1.36 +
    1.37  src.dir=src
    1.38  test.src.dir=test/src
    1.39  

mercurial