Francois Gouget wrote:
On Sun, 5 Jan 2003, Dan Kegel wrote: [...]
OK, but how do you compile all the tests then? wineruntests is the only project that invokes all the test subprojects.
I load winetest.dsw. This file contains one project per test with two configurations each, and also wineruntests.
You can then select an individual project+configuration and compile it. When I want to recompile everything I go to Build -> Batch Build and:
- select all 'Win32 MSVC Headers' Items
- except for ntdll for which I select 'Win32 Wine Headers'
- and for wineruntests which I deselect completely
Hmm. Might be simpler to do the following: * remove ntdll from wineruntests * select "Win32 MSVC Headers" for wineruntests * select "Win32 Wine Headers" for ntdll That's less clicking...
Then if I want to run all the tests I use my batch script.
What batch script is that? Is it in cvs? - Dan