Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix incorrect testing assumptions for Solaris | Jakub Kulik | 2019-11-01 | 1 | -0/+2 |
| | |||||
* | get_platform_python_info fail on missing Python.h | Mats Wichmann | 2018-08-17 | 1 | -2/+2 |
| | | | | | | | | | | evolved the get_platform_python_info test method to fail only if a new flag python_h_required is True. Rolled back the previous change to have the method return the path to the Python.h, this was not really needed since the include path is already returned. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Move checking for python header to common location | Mats Wichmann | 2018-08-15 | 1 | -5/+2 |
| | | | | | | | | | | | A previous change added a check for Python.h in one SWIG test which did not have it which turns that test into a skip instead of a fail if the header is not installed. It was pointed out that having 12 tests check for the same thing might be optimised by putting the check in the routine which returns info about the python development environment, so this change makes that modification. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | SWIG recursive test checkes for Python.h | Mats Wichmann | 2018-08-13 | 1 | -1/+7 |
| | | | | | | | | The generated code will #include <Python.h>, so skip the test if the appropriate development support for Python is not installed, the test will FAIL otherwise. The other SWIG tests do this already. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | stop using obsolete distutils.sysconfig to find python include, link ↵ | William Deegan | 2018-07-08 | 1 | -2/+3 |
| | | | | paths,and library names. Use sysconfig.get_config_var() calls instead | ||||
* | pr-3052: moved some 64 bit logic to TestCmd and used TestCmd system checks | Daniel Moody | 2018-05-25 | 1 | -2/+3 |
| | |||||
* | pr-3052: Needed to define target arch in the non-windows case | Daniel Moody | 2018-05-25 | 1 | -1/+3 |
| | |||||
* | pr-3052: made target arch transparent to non windows platforms | Daniel Moody | 2018-05-25 | 1 | -3/+3 |
| | |||||
* | pr-3052: removed debug print statements | Daniel Moody | 2018-05-25 | 1 | -2/+2 |
| | |||||
* | pr-3052: added a missing comma to the environment args | Daniel Moody | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | pr-3052: Updated swig tool with some default paths and fixed test to build ↵ | Daniel Moody | 2018-05-25 | 1 | -11/+33 |
| | | | | on windows. | ||||
* | pr-3052: updated swig test to work for windows. | Daniel Moody | 2018-05-25 | 1 | -5/+1 |
| | |||||
* | fixed swig tests to work on windows | Daniel Moody | 2018-05-25 | 1 | -1/+5 |
| | |||||
* | fix test for osx (with macports only at this point) | William Deegan | 2017-04-18 | 1 | -0/+4 |
| | |||||
* | Issue 2264: Added SWIG recursive dependency tests. | William Blevins | 2015-05-13 | 1 | -0/+123 |