summaryrefslogtreecommitdiffstats
path: root/test/SWIG/module-spaces.py
Commit message (Collapse)AuthorAgeFilesLines
* SWIG: improve tool detection, and update SWIG tests to run on Windows.Gary Oberbrunner2014-08-211-2/+18
| | | | | | | | | The tool detection is improved by checking for swig in env['SWIG'], where it is commonly set, as well as env['ENV']['PATH']. The tests mostly didn't work on Windows. I updated them all. Mostly to build 32-bit extensions when using 32-bit python on Windows, and use .pyd as the python extension on Windows.
* Apply patch from bug 2706 and create testcase to check for whitespace after ↵William Deegan2011-01-241-0/+91
module name in %module directive