Makefile revision 3661
643a14a5271ed19ec30a9882d4b9e9ae1c357fb1Lennart Poettering# CDDL HEADER START
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# The contents of this file are subject to the terms of the
3e2147858f21943d5f4a781c60f33ac22c6096edKay Sievers# Common Development and Distribution License (the "License").
3e2147858f21943d5f4a781c60f33ac22c6096edKay Sievers# You may not use this file except in compliance with the License.
912b54ad47e1597c1744ccd936368b0eb1468b16David Strauss# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# or http://www.opensolaris.org/os/licensing.
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# See the License for the specific language governing permissions
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart Poettering# and limitations under the License.
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# When distributing Covered Code, include this CDDL HEADER in each
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# If applicable, add the following below this CDDL HEADER, with the
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# fields enclosed by brackets "[]" replaced with your own identifying
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# information: Portions Copyright [yyyy] [name of copyright owner]
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# CDDL HEADER END
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
3e2147858f21943d5f4a781c60f33ac22c6096edKay SieversCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
96bd03d5b8d5d04fc8037c03a43bb5b148cc1e29Zbigniew Jędrzejewski-Szmek sha256:804c28bef415fc6a54de7934f05b2d67a9cc8a230de98685fca274d9fcbe8b1c
96bd03d5b8d5d04fc8037c03a43bb5b148cc1e29Zbigniew Jędrzejewski-SzmekCOMPONENT_ARCHIVE_URL= $(call pypi_url)
652e737517bbbae692923246aeb687e2d1f314efZbigniew Jędrzejewski-SzmekCOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/pytest
652e737517bbbae692923246aeb687e2d1f314efZbigniew Jędrzejewski-SzmekCOMPONENT_BUGDB= python-mod/pytest
c2654883624885696edccd2a202873998ec208f1Holger Hans Peter Freytherinclude $(WS_TOP)/make-rules/prep.mk
62ca29b81b5f19007889439b744a16776607a55eLennart PoetteringCOMPONENT_TEST_CMD = $(PROTOUSRBINDIR)/py.test
62ca29b81b5f19007889439b744a16776607a55eLennart Poettering# common targets
114a50f898a89bd7784c215ac5df95ec8c45a905Lennart Poettering# Tests require the py package to be installed.