Makefile revision 4812
4812N/A# The contents of this file are subject to the terms of the 4812N/A# Common Development and Distribution License (the "License"). 4812N/A# You may not use this file except in compliance with the License. 4812N/A# See the License for the specific language governing permissions 4812N/A# and limitations under the License. 4812N/A# When distributing Covered Code, include this CDDL HEADER in each 4812N/A# If applicable, add the following below this CDDL HEADER, with the 4812N/A# fields enclosed by brackets "[]" replaced with your own identifying 4812N/A# information: Portions Copyright [yyyy] [name of copyright owner] 4812N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 4812N/A# Syntax issues: not Python 3 ready. pyorbit not 3.4 ready. 4812N/A# rename pytest to its versioned name; mediated links (depending on 4812N/A# the python version) in the manifest will create the link from pytest 4812N/A# to the correct pytest-${PYTHON_VERSION} 4812N/A# compile all of the python .py files in the proto area since setup.py doesn't 4812N/A# seem to be doing it for this component. 4812N/A# The tests are run using python 2.7 only and require that the 4812N/A# python-27 package is installed (does not have to be the default python). 4812N/A# Use the python 2.7 libraries (via PYTHONPATH setting) for testing. 4812N/A# The test output contains details from each test, in whatever order they 4812N/A# complete. Use nawk to extract just the sections that summarizes the test result. 4812N/A# Expected failures for test target: 4812N/A# 425 test cases, 2 error, 1 failures, 23 skipped 4812N/A# failures: unittest_shellutils [1/23], unittest_date [1/48], unittest_decorators[1/13]