Makefile revision 2899
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# CDDL HEADER START
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# The contents of this file are subject to the terms of the
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# Common Development and Distribution License (the "License").
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# You may not use this file except in compliance with the License.
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# See the License for the specific language governing permissions
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# and limitations under the License.
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# When distributing Covered Code, include this CDDL HEADER in each
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# If applicable, add the following below this CDDL HEADER, with the
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# fields enclosed by brackets "[]" replaced with your own identifying
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# information: Portions Copyright [yyyy] [name of copyright owner]
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# CDDL HEADER END
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
3be1d7e0c5bf60658d34eb6311d4e77c6803578cTom GundersenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen sha256:b998d809d954fd9c30476a56bbbbf20a1a5adaa3e4cc5eb052c7051a682b2021
1346b1f0388f4100bb3c2a2bb23bc881769c020cTom GundersenCOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/tox
ca4e095ab9e970cb8fa472ae69ea1f0648041722Lennart PoetteringCOMPONENT_POST_INSTALL_ACTION += (cd $(PROTO_DIR)/usr/bin ; \
f579559b3a14c1f1ef96c372e7626c4733e6ef7dTom Gundersen $(MV) -f tox-quickstart tox-quickstart-$(PYTHON_VERSION))
505f8da7325591defe5f751f328bd26915267602Tom GundersenCOMPONENT_TEST_CMD = $(PROTOUSRBINDIR)/tox-$(PYTHON_VERSION)
505f8da7325591defe5f751f328bd26915267602Tom Gundersen# common targets
505f8da7325591defe5f751f328bd26915267602Tom Gundersen# Tests require py, pytest and virtualenv packages to be installed.