Makefile revision 328
4944N/A# Copyright 1995-2008 Sun Microsystems, Inc. All Rights Reserved. 4944N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4944N/A# This code is free software; you can redistribute it and/or modify it 4944N/A# under the terms of the GNU General Public License version 2 only, as 4944N/A# published by the Free Software Foundation. 4944N/A# This code is distributed in the hope that it will be useful, but WITHOUT 4944N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 4944N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 4944N/A# version 2 for more details (a copy is included in the LICENSE file that 4944N/A# You should have received a copy of the GNU General Public License version 4944N/A# 2 along with this work; if not, write to the Free Software Foundation, 4944N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 4944N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, 5680N/A# Makefile to run various jdk tests 4944N/A# Root of this test area (important to use full paths in some places) 5680N/A# Expect JPRT to set PRODUCT_HOME (the product or jdk in this case to test) 5680N/A # 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" ################################################################ # Expect JPRT to set JPRT_PACKTEST_HOME. #EXTRA_PACKTEST_OPTIONS = ################################################################ # Phony targets (e.g. these are not filenames) ################################################################