Lots of the time in regression searches is spent compiling tests, but when you're only going to run the app that's breaking, that's not too useful. How does one disable compilation of conformance tests? I have this funny feeling Lei or Mikolaj did this recently, but I couldn't track it down.
Hi Dan,
Dan Kegel schreef:
Lots of the time in regression searches is spent compiling tests, but when you're only going to run the app that's breaking, that's not too useful. How does one disable compilation of conformance tests? I have this funny feeling Lei or Mikolaj did this recently, but I couldn't track it down.
Try my hack: http://repo.or.cz/w/wine/hacks.git?a=commit;h=df41d984eafa372547b9aa5ae80a3a...
You need to do autoconf after applying, then build with configure --disable-tests. I still wish alexandre would accept this into the main tree. :-/
Cheers, Maarten.
On Dec 9, 2007 2:13 AM, Maarten Lankhorst maarten@codeweavers.com wrote:
Try my hack: http://repo.or.cz/w/wine/hacks.git?a=commit;h=df41d984eafa372547b9aa5ae80a3a...
You need to do autoconf after applying, then build with configure --disable-tests. I still wish alexandre would accept this into the main tree. :-/
Next best thing: you could document it at http://wiki.winehq.org/RegressionTesting - Dan