summaryrefslogtreecommitdiffstats
path: root/test/SWIG/recursive-includes-cpp.py
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary python check swig testDaniel Moody2021-01-081-3/+2
|
* syntax fixups suggested by PyCharmMats Wichmann2019-12-231-1/+1
| | | | | | | | | | | | | | Drop unneeded parens. Drop trailing semicolons. Triple double-quote docstrings. Regexes drop unneeded escapes. Spaces around parens, braces: remove/add. Some one-tuples get their missing closing comma. A couple of sets use set init syntax {foo} instead of set([iter]) now. And a fiddle in Node to reduce lookup time on md5 signature functions (came about because of a line-too-long issue, initially) Signed-off-by: Mats Wichmann <mats@linux.com>
* Fix incorrect testing assumptions for SolarisJakub Kulik2019-11-011-0/+2
|
* get_platform_python_info fail on missing Python.hMats Wichmann2018-08-171-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 locationMats Wichmann2018-08-151-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.hMats Wichmann2018-08-131-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 Deegan2018-07-081-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 checksDaniel Moody2018-05-251-2/+3
|
* pr-3052: Needed to define target arch in the non-windows caseDaniel Moody2018-05-251-1/+3
|
* pr-3052: made target arch transparent to non windows platformsDaniel Moody2018-05-251-3/+3
|
* pr-3052: removed debug print statementsDaniel Moody2018-05-251-2/+2
|
* pr-3052: added a missing comma to the environment argsDaniel Moody2018-05-251-1/+1
|
* pr-3052: Updated swig tool with some default paths and fixed test to build ↵Daniel Moody2018-05-251-11/+33
| | | | on windows.
* pr-3052: updated swig test to work for windows.Daniel Moody2018-05-251-5/+1
|
* fixed swig tests to work on windowsDaniel Moody2018-05-251-1/+5
|
* fix test for osx (with macports only at this point)William Deegan2017-04-181-0/+4
|
* Issue 2264: Added SWIG recursive dependency tests.William Blevins2015-05-131-0/+123