Robert Reif reif@earthlink.net writes:
This patch adds msacm32 to the tests.
I'm not sure this is correct because I got a subtest parse error on the test following the one I added (msvcrt). I also only tested it with wine. Could someone knowledgeable in this program please check and correct this patch if necessary?
The msvcrt subtest parse error is a known redirection issue: the msvcrt test is linked against msvcrt (wow) and thus ignores the redirected libc filehandles. Tough.