Automated regression testing‏

2010-10-08 Thread Jef Driesen
Hi, I have a couple of questions about running tests. I already know how to build and run a typical unit tests, with check_PROGRAMS = ... TESTS = ... But in my case the situation is a little different. I'll start with a little description of the problem I want to solve. I'm writing a library

extending automake targets (was: Re: Recursive targets for the user)

2010-10-08 Thread Stefano Lattarini
On Friday 08 October 2010, Ralf Wildenhues wrote: > Hello Stefano, > > * Stefano Lattarini wrote on Fri, Oct 08, 2010 at 02:46:58AM CEST: > > What I'd like to do is to allow the developers to extend the nonrecursive > > part of any recursive `foo' rule (be it user-defined or automake-defined) > >