test/Makefile

changeset 3266
6fd81579526f
parent 3156
f08d439fab8c
child 3619
2d503de963b3
equal deleted inserted replaced
3265:59519b7d7b9d 3266:6fd81579526f
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

mercurial