make/project.properties

changeset 891
1deaea7f4fef
parent 889
3826249b7b44
parent 857
17ecefeb50dd
child 952
6d5471a497fb
child 963
e2497b11a021
equal deleted inserted replaced
890:31c368a27e6f 891:1deaea7f4fef
57 nashorn.internal.tests.jar=${build.dir}/nashorn-internal-tests.jar 57 nashorn.internal.tests.jar=${build.dir}/nashorn-internal-tests.jar
58 nashorn.api.tests.jar=${build.dir}/nashorn-api-tests.jar 58 nashorn.api.tests.jar=${build.dir}/nashorn-api-tests.jar
59 59
60 # test results directory 60 # test results directory
61 build.test.results.dir=${build.dir}/test/reports 61 build.test.results.dir=${build.dir}/test/reports
62 build.nosecurity.test.results.dir=${build.dir}/test/nosecurity/reports
62 63
63 # This directory is removed when the project is cleaned: 64 # This directory is removed when the project is cleaned:
64 dist.dir=dist 65 dist.dir=dist
65 dist.jar=${dist.dir}/nashorn.jar 66 dist.jar=${dist.dir}/nashorn.jar
66 dist.javadoc.dir=${dist.dir}/javadoc 67 dist.javadoc.dir=${dist.dir}/javadoc
108 run.classpath=\ 109 run.classpath=\
109 ${build.classes.dir} 110 ${build.classes.dir}
110 111
111 # test scripts to run 112 # test scripts to run
112 test.dir=test 113 test.dir=test
114 test.nosecurity.dir=test/script/nosecurity
113 test.script.dir=test/script 115 test.script.dir=test/script
114 test.basic.dir=test/script/basic 116 test.basic.dir=test/script/basic
115 test.maptests.dir=test/script/maptests 117 test.maptests.dir=test/script/maptests
116 test.error.dir=test/script/error 118 test.error.dir=test/script/error
117 test.sandbox.dir=test/script/sandbox 119 test.sandbox.dir=test/script/sandbox
125 test-sys-prop.test.js.roots=${test.basic.dir} ${test.maptests.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir} 127 test-sys-prop.test.js.roots=${test.basic.dir} ${test.maptests.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir}
126 test-sys-prop.test262.suite.dir=${test262.suite.dir} 128 test-sys-prop.test262.suite.dir=${test262.suite.dir}
127 test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases 129 test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases
128 test-sys-prop.test.basic.dir=${test.basic.dir} 130 test-sys-prop.test.basic.dir=${test.basic.dir}
129 131
132 test-sys-prop-no-security.test.dir=${test.dir}
133 test-sys-prop-no-security.test.js.roots=${test.nosecurity.dir}
134
130 # framework root for our script tests 135 # framework root for our script tests
131 test-sys-prop.test.js.framework=${test.script.dir}/assert.js 136 test-sys-prop.test.js.framework=${test.script.dir}/assert.js
137 test-sys-prop-no-security.test.js.framework=${test.script.dir}/assert.js
132 138
133 # Control the verbosity of ParserTest 139 # Control the verbosity of ParserTest
134 test-sys-prop.parsertest.verbose=false 140 test-sys-prop.parsertest.verbose=false
135 141
136 # turn on/off scripting mode for parser tests 142 # turn on/off scripting mode for parser tests

mercurial