Re: [BIKESHEDDING PATCH] Generated tests are now just a thin layer around other tests.

2010-06-07 Thread Stefano Lattarini
At Monday 07 June 2010, Ralf Wildenhues wrote: > > > The patch is still not right, so I'm not pushing it. A > > > generated test foo-p.test now needs to depend upon foo.test, > > > this is not reflected in the makefile. > > > > Right :-( > > And really I'd prefer if foo-p.test would not depend

Re: [PATCH] Improve declaration of dependencies in the testsuite.

2010-06-07 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Sat, May 08, 2010 at 03:07:34AM CEST: > * tests/Makefile.am: Declare all the testsuite logs as dependent > from `defs', since all test scripts include ./defs. > * test/gen-parallel-tests: Generate declaration of dependecy for > each `foo-p.log' from the co

Re: [BIKESHEDDING PATCH] Generated tests are now just a thin layer around other tests.

2010-06-07 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Sun, Jun 06, 2010 at 10:00:23PM CEST: > At Sunday 06 June 2010, Ralf Wildenhues wrote: > > > > The patch is still not right, so I'm not pushing it. A generated > > test foo-p.test now needs to depend upon foo.test, > > this is not reflected in the makefile. > Right