Re: gnulib-tool: Ensure that long-running tests are executed last

2010-04-03 Thread Jim Meyering
Bruno Haible wrote: > Hi Eric, Jim, > >> >> This ensures that long-running tests are executed last. So that the user >> >> gets the maximum of information as quickly as possible. >> > >> > That goes counter to the idea of parallel execution, where you want the >> > long-running tests front-loaded s

Re: gnulib-tool: Ensure that long-running tests are executed last

2010-04-03 Thread Ralf Wildenhues
Hi Bruno, * Bruno Haible wrote on Sat, Apr 03, 2010 at 12:13:12AM CEST: > - I was assuming a sequential execution (since this is the default with > "make") and the goal of maximizing the information that is available > within a short time after starting the test. Your goal is worthy but

Re: gnulib-tool: Ensure that long-running tests are executed last

2010-04-02 Thread Bruno Haible
Hi Eric, Jim, > >> This ensures that long-running tests are executed last. So that the user > >> gets the maximum of information as quickly as possible. > > > > That goes counter to the idea of parallel execution, where you want the > > long-running tests front-loaded so that the shorter tests can

Re: gnulib-tool: Ensure that long-running tests are executed last

2010-04-02 Thread Jim Meyering
Eric Blake wrote: > On 04/02/2010 12:08 PM, Bruno Haible wrote: >> This ensures that long-running tests are executed last. So that the user >> gets the maximum of information as quickly as possible. > > That goes counter to the idea of parallel execution, where you want the > long-running tests fro

Re: gnulib-tool: Ensure that long-running tests are executed last

2010-04-02 Thread Eric Blake
On 04/02/2010 12:08 PM, Bruno Haible wrote: > This ensures that long-running tests are executed last. So that the user > gets the maximum of information as quickly as possible. That goes counter to the idea of parallel execution, where you want the long-running tests front-loaded so that the short

gnulib-tool: Ensure that long-running tests are executed last

2010-04-02 Thread Bruno Haible
This ensures that long-running tests are executed last. So that the user gets the maximum of information as quickly as possible. 2010-04-02 Bruno Haible gnulib-tool: Ensure that long-running tests are executed last. * gnulib-tool (func_emit_tests_Makefile_am): Emit the code