-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
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
-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'.