some small modifications to be able to run qucs-test using the Windows python (from the cmd shell)
I took the easiest route, disabling multiprocessing on Windows, as it is quite difficult to make it work properly (tried a little, but did not get much far).
See, e.g. http://stackoverflow.com/questions/9670926/multiprocessing-on-windows-breaks
We do not use multiprocessing for testing on AppVeyor anyway...
With these modifications, I just need to add the mingw64 libraries to the path,
some small modifications to be able to run qucs-test using the Windows python (from the
cmd
shell)I took the easiest route, disabling
multiprocessing
on Windows, as it is quite difficult to make it work properly (tried a little, but did not get much far). See, e.g. http://stackoverflow.com/questions/9670926/multiprocessing-on-windows-breaks We do not usemultiprocessing
for testing on AppVeyor anyway...With these modifications, I just need to add the
mingw64
libraries to the path,and then I can run the tests as usual
note that I have some
NUM_FAIL
on Win, but this is another story...