Makefile revision 2234
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift# CDDL HEADER START
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift# The contents of this file are subject to the terms of the
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift# Common Development and Distribution License (the "License").
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift# You may not use this file except in compliance with the License.
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# See the License for the specific language governing permissions
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift# and limitations under the License.
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift# When distributing Covered Code, include this CDDL HEADER in each
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# If applicable, add the following below this CDDL HEADER, with the
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift# CDDL HEADER END
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swiftCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift sha256:2e803c89f11e0344111670349f6ef401f831e85cbd287b0c5d61917da5aac454
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swiftCOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/pytest-cov
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift# common targets
381702f11a0e7f4dfdd611ab124946bcaca74dd5matthew_swift# Tests require the pytest, coverage and cov-core packages.