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