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