Re: Non-recursive makefile with DejaGnu testsuite

2007-02-19 Thread Bernd Jendrissek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message On Sat, Feb 17, 2007 at 05:45:00PM +0100, Ralf Wildenhues wrote: > Thanks for the report and patch. Please have patience with me, I > don't have a lot of experience with dejagnu. Don't worry, I'm

Re: Non-recursive makefile with DejaGnu testsuite

2007-02-17 Thread Ralf Wildenhues
Hello Bernd, * Bernd Jendrissek wrote on Fri, Feb 16, 2007 at 10:45:26AM CET: > > Here is the problem: automake's rule for site.exp: > > site.exp: Makefile > [snip] > @echo 'set srcdir $(srcdir)' >>site.tmp > @echo "set objdir `pwd`" >>site.tmp > [snip] > @mv

Non-recursive makefile with DejaGnu testsuite

2007-02-16 Thread Bernd Jendrissek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message I'm adding a target to my project, an rpcgen-type program, that will take an input file and compile it to an output, and I want to feed it as many test vectors as I can think of during 'make check'.