[1/6] qedit: Add test framework and test for IMediaDet_put_Filename.

Dan Hipschman dsh at linux.ucla.edu
Thu Apr 3 21:17:06 CDT 2008


On Thu, Apr 03, 2008 at 06:14:03PM -0700, Dan Kegel wrote:
> I think you can't depend on files existing in the source
> directory; you have to create them yourself
> (e.g. from a hex array in your source).
> Otherwise the unified winetest app that we
> use for semiautomated remote windows testing
> by users won't work.
> 
> But if, say, WINETEST_INTERACTIVE is set, you
> can still use test.avi in the local directory instead
> of creating one.

It doesn't depend on any files anywhere at runtime.  The file is
compiled into the executable as a resource and the resource is extracted
to a temp file at runtime, so the executable is all you need to run the
test.



More information about the wine-devel mailing list