Makefile revision 3586
3586N/A# Copyright (c) 1995, 2012, Oracle and/or its affiliates. All rights reserved. 0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 0N/A# This code is free software; you can redistribute it and/or modify it 0N/A# under the terms of the GNU General Public License version 2 only, as 0N/A# published by the Free Software Foundation. 0N/A# This code is distributed in the hope that it will be useful, but WITHOUT 0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 0N/A# version 2 for more details (a copy is included in the LICENSE file that 0N/A# accompanied this code). 0N/A# You should have received a copy of the GNU General Public License version 0N/A# 2 along with this work; if not, write to the Free Software Foundation, 0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 1472N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 328N/A# Makefile to run various jdk tests 328N/A# Root of this test area (important to use full paths in some places) 0N/A# Root of all test results 328N/A# Expect JPRT to set PRODUCT_HOME (the product or jdk in this case to test) 328N/A # Try to use j2sdk-image if it exists 328N/A# Expect JPRT to set JAVA_ARGS (e.g. -server etc.) 328N/A# Expect JPRT to set JPRT_ARCHIVE_BUNDLE (path to zip bundle for results) 328N/A# How to create the test bundle (pass or fail, we want to create this) 328N/A################################################################ 328N/A# Default make rule (runs jtreg_tests) 328N/A################################################################ 328N/A# Expect JT_HOME to be set for jtreg tests. (home for jtreg) 328N/A# Expect JPRT to set TESTDIRS to the jtreg test dirs 328N/A# Default JTREG to run (win32 script works for everybody) 328N/A# Option to tell jtreg to not run tests marked with "ignore" 328N/A################################################################ 781N/A# clienttest (make sure various basic java client options work) 781N/A################################################################ 781N/A# servertest (make sure various basic java server options work) 781N/A################################################################ 2908N/A# internalvmtests (run internal unit tests inside the VM) 2908N/A################################################################ 3586N/A# wbapitest (make sure the whitebox testing api classes work 3586N/A################################################################ 328N/A# Expect JPRT to set JPRT_PACKTEST_HOME. 328N/A#EXTRA_PACKTEST_OPTIONS = 328N/A################################################################ 328N/A# Phony targets (e.g. these are not filenames) 328N/A################################################################