summaryrefslogtreecommitdiff
path: root/test cases/python3
Commit message (Collapse)AuthorAgeFilesLines
* test cases/python3/3 cython: fix dependency filesGerion Entrup2020-02-101-0/+1
| | | | | The Cython generation depends on cstorer.pxd as well, so add that as dependency.
* Disable extension module tests with Python 3.8 and VS2015.Jussi Pakkanen2019-10-202-0/+15
|
* Tests for version constraints on custom lookup dependenciesJon Turney2018-08-261-0/+4
|
* tests/python/4: Test that custom target depends add PATHNirbheek Chauhan2017-12-027-0/+142
|
* tests: test getting python module using pkg-configAnonymous Maarten2017-11-131-0/+5
|
* python3: Fix tests on Windows as it uses 'Lib' and 'Include'Guillaume Poirier-Morency2017-08-181-4/+5
|
* python3: Add tests for platform-dependant paths and cover include pathGuillaume Poirier-Morency2017-08-171-1/+12
|
* python3: Add tests for sysconfig_path() and language_version()Patrick Griffis2017-03-301-0/+10
|
* Add .find_python() method. Supersedes #777.Jussi Pakkanen2017-01-095-16/+10
|
* Created a Python 3 module for simpler building of Python extension modules.Jussi Pakkanen2017-01-094-16/+6
|
* python3 dep: Check arch of libraries before usingNirbheek Chauhan2016-12-102-9/+12
| | | | | | | | | On Windows, we can build with both 32-bit and 64-bit compilers, but the Python is either 32-bit or 64-bit. Check the architecture of the found Python libraries and don't use them if they don't match our build_machine. Also skip the tests if the Python 3 dependency is not found.
* Allow tests to mark themselves as skipped during runtime.Jussi Pakkanen2016-11-091-1/+1
|
* Python extension module finally works on Windows.Jussi Pakkanen2016-02-263-1/+18
|
* Skip cython test if it does not exist.Jussi Pakkanen2016-02-211-7/+12
|
* Can build Python extension on OSX.Jussi Pakkanen2016-02-211-1/+9
|
* Fix cython to work on platforms other than latest Ubuntu.Jussi Pakkanen2016-02-212-8/+2
|
* Added Cython sample project.Jussi Pakkanen2016-02-217-0/+110
|
* Can build a Python extension module.Jussi Pakkanen2016-02-214-0/+78
|
* Added plain Python sample project.Jussi Pakkanen2016-02-216-0/+37