Makefile revision 6652
11f343b8117dbf56931f537820c2749a8232fec2Liam P. White# CDDL HEADER START
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# The contents of this file are subject to the terms of the
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# Common Development and Distribution License (the "License").
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# You may not use this file except in compliance with the License.
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# See the License for the specific language governing permissions
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# and limitations under the License.
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# When distributing Covered Code, include this CDDL HEADER in each
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
11f343b8117dbf56931f537820c2749a8232fec2Liam P. White# If applicable, add the following below this CDDL HEADER, with the
11f343b8117dbf56931f537820c2749a8232fec2Liam P. White# fields enclosed by brackets "[]" replaced with your own identifying
11f343b8117dbf56931f537820c2749a8232fec2Liam P. White# information: Portions Copyright [yyyy] [name of copyright owner]
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux# CDDL HEADER END
470cc275d97606f1c400867ef00fd79fbf349b66Markus Engel# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
470cc275d97606f1c400867ef00fd79fbf349b66Markus EngelCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1f6daa293cacc62d85a023412c70534a12f6e99aMarc JeanmouginCOMPONENT_PROJECT_URL= https://github.com/nose-devs/nose
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutux sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
35e0418c921e7057987f57ba30ba95ec5e03c9e5knutuxCOMPONENT_ARCHIVE_URL= https://pypi.python.org/packages/source/n/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
COMPONENT_TEST_ARGS += || true
$(GSED) -e "s|'build', 'lib\*'|'..', 'build', 'prototype', '$(MACH)', 'usr', 'lib', 'python$(PYTHON_VERSION)', 'vendor-packages\*'|" \
COMPONENT_TEST_TRANSFORMS = "'/^ERROR: / { print }; /^Ran / { sub(\" tests in .+s\", \" tests in\"); print }; /^FAILED / { print }; /^OK / { print };'"
test: $(TEST_NO_ARCH)