5.5. Building and running the tests on Windows

5.5.1. Using pre-compiled binaries

The simplest solution is to download the latest version of winetest. This executable contains all the Wine conformance tests, runs them and reports the results.

You can also get the older versions from Paul Millar's website.

5.5.2. With Visual C++

5.5.3. With MinGW

Wine's build system already has support for building tests with a MinGW cross-compiler. See the section above called 'Setup of the MinGW cross-compiling environment' for instructions on how to set things up. When you have a MinGW environment installed all you need to do is rerun configure and it should detect the MinGW compiler and tools. Then run 'make crosstest' to start building the tests.