#------------------------------------------------------------------------------- # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. #------------------------------------------------------------------------------- # # test suite to run # tck.testsuite=javaruntime # # name of class that implements org.apache.kato.tck.apiIDumpCreator # tck.dumpcreator.class= # # name of class that implements org.apache.kato.tck.apiIImageCreator # tck.imagecreator.class= # # Java executable to be used to create the dump # tck.dumpcreator.launcher= # # name of the executable to be used to run the tests # tck.java.test.executeable.path=${tck.java.location.sun.hotspot.1.6.0} # # Example setting for prepending to the bootclasspath of the # dump creator launcher process # tck.dumpcreator.bootclasspath=${user.home}/dtfj-emma.jar # # Example setting for prepending to the bootclasspath of the # image creator launcher process # tck.imagecreator.bootclasspath=${user.home}/dtfj-emma.jar # # Optional values to turn on emma coverage and to # show where to place the output # tck.emma.coverage=true tck.emma.output=/tmp/coverage.emma