TestMake.gmk revision 2055:95b270614957
155714Skris#
255714Skris# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
355714Skris# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
455714Skris#
555714Skris# This code is free software; you can redistribute it and/or modify it
655714Skris# under the terms of the GNU General Public License version 2 only, as
755714Skris# published by the Free Software Foundation.  Oracle designates this
8280304Sjkim# particular file as subject to the "Classpath" exception as provided
955714Skris# by Oracle in the LICENSE file that accompanied this code.
1055714Skris#
1155714Skris# This code is distributed in the hope that it will be useful, but WITHOUT
1255714Skris# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1355714Skris# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1455714Skris# version 2 for more details (a copy is included in the LICENSE file that
15280304Sjkim# accompanied this code).
1655714Skris#
1755714Skris# You should have received a copy of the GNU General Public License version
1855714Skris# 2 along with this work; if not, write to the Free Software Foundation,
1955714Skris# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2055714Skris#
2155714Skris# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22280304Sjkim# or visit www.oracle.com if you need additional information or have any
2355714Skris# questions.
2455714Skris#
2555714Skris
2655714Skrisdefault: all
2755714Skris
2855714Skrisinclude $(SPEC)
2955714Skris
3055714Skrismake-base:
3155714Skris	+$(MAKE) -f TestMakeBase.gmk $(TEST_SUBTARGET)
3255714Skris
3355714Skrisjava-compilation:
3455714Skris	+$(MAKE) -f TestJavaCompilation.gmk $(TEST_SUBTARGET)
3555714Skris
3655714Skristest-idea:
37280304Sjkim	+$(MAKE) -f TestIdea.gmk $(TEST_SUBTARGET)
3855714Skris
3955714Skris
40280304Sjkimall: make-base java-compilation test-idea
4155714Skris
4255714Skris.PHONY: default all make-base java-compilation test-idea
4355714Skris