http://bugs.winehq.org/show_bug.cgi?id=29585
--- Comment #29 from Mateusz Stachowski mateusz.stachowski@wp.pl 2012-02-11 13:28:08 CST --- Created attachment 38806 --> http://bugs.winehq.org/attachment.cgi?id=38806 mmdevapi tests on wine-git WINETEST_INTERACTIVE=1 WINETEST_DEBUG=5 /media/Ubuntu/wine/wine mmdevapi_test.exe.so
I've compiled the latest wine from git ($ git describe wine-1.4-rc2-96-gb0bc037) and runned the mmdevapi tests (render and capture). During the testing I didn't hear anything (absolute silence).
I have wine-git repository cloned to /media/Ubuntu/wine directory and I've runned that on testing. I made a script for that purpose:
#!/bin/sh cd /media/Ubuntu/wine/dlls/mmdevapi/tests WINETEST_INTERACTIVE=1 WINETEST_DEBUG=5 /media/Ubuntu/wine/wine mmdevapi_test.exe.so render 2>&1 | tee /media/Ubuntu/render_vmix.log
I wonder does that is the appropriate way of doing your tests Jörg.