Makefile revision 437
328N/A# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. 157N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 157N/A# This code is free software; you can redistribute it and/or modify it 157N/A# under the terms of the GNU General Public License version 2 only, as 180N/A# published by the Free Software Foundation. Oracle designates this 157N/A# particular file as subject to the "Classpath" exception as provided 180N/A# by Oracle in the LICENSE file that accompanied this code. 157N/A# This code is distributed in the hope that it will be useful, but WITHOUT 157N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 157N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 157N/A# version 2 for more details (a copy is included in the LICENSE file that 157N/A# accompanied this code). 157N/A# You should have received a copy of the GNU General Public License version 157N/A# 2 along with this work; if not, write to the Free Software Foundation, 157N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 180N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 157N/A# Makefile to run tests from multiple sibling directories 157N/A# Root of the forest that was built 157N/A# This makefile depends on the availability of sibling directories. 157N/A# Macro to run a test target in a subdir 157N/A echo "WARNING: No testing done, directory does not exist: $1"; \
157N/A# Test target list for langtools repository 157N/A# Test target list for jdk repository 189N/A# These tests need a DISPLAY and can create window interaction complications 325N/A# These are the current jck test targets in the jdk repository 157N/A# Default test target (everything) 157N/A################################################################ 157N/A# Phony targets (e.g. these are not filenames) 157N/A################################################################