3701N/A#
3701N/A# CDDL HEADER START
3701N/A#
3701N/A# The contents of this file are subject to the terms of the
3701N/A# Common Development and Distribution License (the "License").
3701N/A# You may not use this file except in compliance with the License.
3701N/A#
3701N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3701N/A# or http://www.opensolaris.org/os/licensing.
3701N/A# See the License for the specific language governing permissions
3701N/A# and limitations under the License.
3701N/A#
3701N/A# When distributing Covered Code, include this CDDL HEADER in each
3701N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3701N/A# If applicable, add the following below this CDDL HEADER, with the
3701N/A# fields enclosed by brackets "[]" replaced with your own identifying
3701N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3701N/A#
3701N/A# CDDL HEADER END
3701N/A#
5680N/A
5680N/A#
3701N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
3701N/A#
3701N/A
3701N/A# Put
3701N/A# $(SKIP_TEST_AT_TOP_LEVEL)
3701N/A# in your component Makefile if you want that component to skip its
3701N/A# testing when "gmake test" is run at the top level.
3701N/A# We assume shared_macros.mk is already included.
3701N/Aifdef TOP_LEVEL_TEST
3701N/ATEST_32 = $(SKIP_TEST)
3701N/ATEST_64 = $(SKIP_TEST)
3701N/ATEST_32_and_64 = $(SKIP_TEST)
3701N/ATEST_NO_ARCH = $(SKIP_TEST)
3701N/Aendif