nashorn/make/build.xml
changeset 30701 1a25e71187ff
parent 30515 d76d66d416ed
child 30980 ef232f4701cf
child 34020 d9b12d08137b
equal deleted inserted replaced
30700:b60ef3a8b185 30701:1a25e71187ff
   467           <pathelement path="${run.test.classpath}"/>
   467           <pathelement path="${run.test.classpath}"/>
   468       </classpath>
   468       </classpath>
   469     </testng>
   469     </testng>
   470   </target>
   470   </target>
   471 
   471 
   472   <target name="test" depends="test-pessimistic, test-optimistic"/>
   472   <target name="test" depends="javadoc, test-pessimistic, test-optimistic"/>
   473 
   473 
   474   <target name="test-optimistic" depends="jar, -test-classes-all,-test-classes-single, check-testng, check-external-tests, compile-test, generate-policy-file" if="testng.available">
   474   <target name="test-optimistic" depends="jar, -test-classes-all,-test-classes-single, check-testng, check-external-tests, compile-test, generate-policy-file" if="testng.available">
   475     <echo message="Running test suite in OPTIMISTIC mode..."/>
   475     <echo message="Running test suite in OPTIMISTIC mode..."/>
   476     <antcall target="-test-nosecurity" inheritRefs="true">
   476     <antcall target="-test-nosecurity" inheritRefs="true">
   477       <param name="optimistic" value="true"/>
   477       <param name="optimistic" value="true"/>