Makefile revision 3661
2127N/A# The contents of this file are subject to the terms of the 2127N/A# Common Development and Distribution License (the "License"). 2127N/A# You may not use this file except in compliance with the License. 2127N/A# See the License for the specific language governing permissions 2127N/A# and limitations under the License. 2127N/A# When distributing Covered Code, include this CDDL HEADER in each 2127N/A# If applicable, add the following below this CDDL HEADER, with the 2127N/A# fields enclosed by brackets "[]" replaced with your own identifying 2127N/A# information: Portions Copyright [yyyy] [name of copyright owner] 2541N/A# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. 2127N/A# Look over into the pycparser and cffi proto areas until they're available in 2127N/A# the build environment. Make sure that cffi is built. # The test suite wants to use some unicode filenames, which don't work in the C # Tests run under setuptools work very hard to run in the source directory # itself, and will thus blow up with an VerificationError (wrong ELF class) # when running 64-bit tests after 32-bit or vice-versa. So copy the source off # to a target-specific directory and run the tests. Note that this will also # rebuild the package, since it doesn't want to use what it should already be