5403N/A#
5403N/A# CDDL HEADER START
5403N/A#
5403N/A# The contents of this file are subject to the terms of the
5403N/A# Common Development and Distribution License (the "License").
5403N/A# You may not use this file except in compliance with the License.
5403N/A#
5403N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5403N/A# or http://www.opensolaris.org/os/licensing.
5403N/A# See the License for the specific language governing permissions
5403N/A# and limitations under the License.
5403N/A#
5403N/A# When distributing Covered Code, include this CDDL HEADER in each
5403N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5403N/A# If applicable, add the following below this CDDL HEADER, with the
5403N/A# fields enclosed by brackets "[]" replaced with your own identifying
5403N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5403N/A#
5403N/A# CDDL HEADER END
5403N/A#
5403N/A
5403N/A#
5403N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
5403N/A#
5403N/A
5403N/Ainclude ../../../make-rules/shared-macros.mk
5403N/A
5403N/ACOMPONENT_NAME= fixtures
6786N/ACOMPONENT_VERSION= 1.4.0
5403N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5403N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5403N/ACOMPONENT_ARCHIVE_HASH= \
6786N/A sha256:3e1c61753d0fafc1429591d33ad6b828a0673a200eae63dd6ac0685479db5d36
5403N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
6786N/ACOMPONENT_PROJECT_URL= https://github.com/testing-cabal/fixtures
5403N/ACOMPONENT_BUGDB= python-mod/fixtures
5403N/A
6786N/ATPNO= 28000
5403N/A
5403N/Ainclude $(WS_MAKE_RULES)/prep.mk
5403N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
5403N/Ainclude $(WS_MAKE_RULES)/ips.mk
5403N/A
5403N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
5403N/A
5403N/A# common targets
5403N/Abuild: $(BUILD_NO_ARCH)
5403N/A
5403N/Ainstall: $(INSTALL_NO_ARCH)
5403N/A
6786N/A# Run the tests in the build directory so as not to touch the source directory.
6786N/A# The tests are copied over during the build, so we don't have to do that now.
6786N/ACOMPONENT_TEST_DIR = $(@D)
6786N/ACOMPONENT_TEST_CMD = py.test-$(PYTHON_VERSION)
6786N/ACOMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
6786N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
6786N/A
6786N/Atest: $(TEST_NO_ARCH)
6786N/A
6786N/Asystem-test: $(NO_TESTS)