From: Tony G. <Ton...@Su...> - 2006-07-27 23:55:15
|
The 'testing' module has been reworked to get its configuration through 'configure' and do its processing using Make targets. The next step is to generate files of Make targets and dependencies corresponding to the individual tests and the various 'testsuite.xml' files so that if, for example, just a single test is modified, then Make will rerun just that test and remake the report. The logic for walking the 'testsuites.xml' and various 'testsuite.xml' files already exists, since that's how the reports are generated. It just needs to be reapplied to make Make do the right thing and do as little of it as necessary for the situation. Any takers? Regards, Tony. |