jaeandersson / swig

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
http://www.swig.org
Other
23 stars 19 forks source link

Bug fixes & module mexname option support #60

Closed dcb210 closed 8 years ago

dcb210 commented 8 years ago

I tested the new option in my build system. It seems to have fixed the problem. However, I wasn't able to test the the default, i.e. not specifying mexname at all. It appears like your previous changes broke directors as 'make check-matlab-test-suite RUNPIPE=>>/tmp/xxx' now hangs. The hang occurred before I made the changes included in this pull request.

jaeandersson commented 8 years ago

PR merged. I've created https://github.com/jaeandersson/swig/issues/61 for the broken test suite.