Makefile revision 4561
106N/A# The contents of this file are subject to the terms of the 106N/A# Common Development and Distribution License (the "License"). 106N/A# You may not use this file except in compliance with the License. 106N/A# See the License for the specific language governing permissions 106N/A# and limitations under the License. 106N/A# When distributing Covered Code, include this CDDL HEADER in each 106N/A# If applicable, add the following below this CDDL HEADER, with the 106N/A# fields enclosed by brackets "[]" replaced with your own identifying 106N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3778N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 3778N/A# Syntax issues: not Python 3 ready. 3996N/A# pyorbit-27 is only available on S11.3 and later 1247N/A# rename pytest to its versioned name; mediated links (depending on 1247N/A# the python version) in the manifest will create the link from pytest 106N/A# to the correct pytest-${PYTHON_VERSION} 106N/A# compile all of the python .py files in the proto area since setup.py doesn't 1874N/A# seem to be doing it for this component. 1247N/A# The tests are run using python 2.7 only and require that the 1247N/A# python-27 package is installed (does not have to be the default python). 1247N/A# Testing using python-26 is done manually, since it requires 1247N/A# downloading and installing the unittest2 component (not part of Solaris). 106N/A# which provides python 2.7 functionality to the unittest python library 106N/A# in the python2.6 package. 1247N/A# Use the python 2.7 libraries (via PYTHONPATH setting) for testing. # Expected failures for test target: # 413 test cases, 1 error, 1 failures, 22 skipped # 21 modules OK (2 failed) # failures: unittest_shellutils [1/23], unittest_date [1/45]