hotspot/test/Makefile
changeset 10994 fc93bca9c720
parent 10565 dc90c239f4ec
child 12095 cc3d6f08a4c4
equal deleted inserted replaced
10993:168f3d322985 10994:fc93bca9c720
     1 #
     1 #
     2 # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.
     7 # published by the Free Software Foundation.
   217 
   217 
   218 PHONY_LIST += servertest
   218 PHONY_LIST += servertest
   219 
   219 
   220 ################################################################
   220 ################################################################
   221 
   221 
       
   222 # internalvmtests (run internal unit tests inside the VM)
       
   223 
       
   224 internalvmtests: prep $(PRODUCT_HOME)
       
   225 	$(PRODUCT_HOME)/bin/java $(JAVA_OPTIONS) -XX:+ExecuteInternalVMTests -version
       
   226 
       
   227 PHONY_LIST += internalvmtests
       
   228 
       
   229 ################################################################
       
   230 
   222 # packtest
   231 # packtest
   223 
   232 
   224 # Expect JPRT to set JPRT_PACKTEST_HOME.
   233 # Expect JPRT to set JPRT_PACKTEST_HOME.
   225 PACKTEST_HOME = /net/jprt-web.sfbay.sun.com/jprt/allproducts/packtest
   234 PACKTEST_HOME = /net/jprt-web.sfbay.sun.com/jprt/allproducts/packtest
   226 ifdef JPRT_PACKTEST_HOME
   235 ifdef JPRT_PACKTEST_HOME