Re: [PATCH] Improve and extend tests `pluseq*.test' (on `+=' support).

2010-12-10 Thread Stefano Lattarini
On Friday 10 December 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Fri, Dec 10, 2010 at 06:59:44PM CET: > > On Friday 10 December 2010, Ralf Wildenhues wrote: > > > * Stefano Lattarini wrote on Tue, Dec 07, 2010 at 11:42:35AM CET: > > > > -cat >> configure.in << 'END' > > > > -AC_SUB

Re: [PATCH] Improve and extend tests `pluseq*.test' (on `+=' support).

2010-12-10 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Fri, Dec 10, 2010 at 06:59:44PM CET: > On Friday 10 December 2010, Ralf Wildenhues wrote: > > * Stefano Lattarini wrote on Tue, Dec 07, 2010 at 11:42:35AM CET: > > > -cat >> configure.in << 'END' > > > -AC_SUBST([ZZZ]) > > > -END > > > > OK, now we're plainly in oscill

Re: [PATCH] Improve and extend tests `pluseq*.test' (on `+=' support).

2010-12-10 Thread Stefano Lattarini
On Friday 10 December 2010, Ralf Wildenhues wrote: > Hello Stefano, > > * Stefano Lattarini wrote on Tue, Dec 07, 2010 at 11:42:35AM CET: > > Subject: [PATCH] Improve and extend tests `pluseq*.test' (on `+=' support). > > > > * tests/pluseq.test: Enable

Re: [PATCH] Improve and extend tests `pluseq*.test' (on `+=' support).

2010-12-09 Thread Ralf Wildenhues
Hello Stefano, * Stefano Lattarini wrote on Tue, Dec 07, 2010 at 11:42:35AM CET: > Subject: [PATCH] Improve and extend tests `pluseq*.test' (on `+=' support). > > * tests/pluseq.test: Enable `errexit' shell flag. Make grepping > of generated Makefile.in stricter. &

Re: [PATCH] Improve and extend tests `pluseq*.test' (on `+=' support).

2010-12-07 Thread Stefano Lattarini
7;. . ./defs || Exit 1 @@ -35,7 +35,6 @@ VAR += three .PHONY: test test: test x'$(VAR)' = x'one two three' -check-local: test END $ACLOCAL @@ -44,6 +43,5 @@ $AUTOMAKE ./configure $MAKE -$MAKE distcheck : From 502a166c486b9294fe8db4c07ea751ffad101e35 Mon Se

[PATCH] Improve and extend tests `pluseq*.test' (on `+=' support).

2010-11-09 Thread Stefano Lattarini
ts/pluseq-comment-bslash.test create mode 100755 tests/pluseq-comment.test create mode 100755 tests/pluseq-header-vars.test create mode 100755 tests/pluseq12.test From b55fb75a1988110e777ed405b6e0a0588c0272b9 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 8 Nov 2010 17:57:08 +0100 Subject: [PATCH] Improve and extend t