At Tuesday 06 July 2010, Ralf Wildenhues wrote:
> I think the AM_MAKEFLAGS is the way to go to avoid the bug Peter
> reported with 'env VAR=... make -e check' and the CC override.
> With AM_MAKEFLAGS, we should be able to not use make -e in the
> testsuite, or at least a lot less often.
FWIW, I
Hi Stefano,
* Stefano Lattarini wrote on Fri, Jul 02, 2010 at 12:22:39AM CEST:
> Ralf Wildenhues wrote:
> > I wonder why I can't use
> > gmake --assume-old=defs check RECHECK_LOGS=
> > to work around this, though. Must be due to the make recursions.
> This seems to work:
> gmake --assume-old=
Ralf Wildenhues wrote:
> I wonder why I can't use
> gmake --assume-old=defs check RECHECK_LOGS=
> to work around this, though. Must be due to the make recursions.
This seems to work:
gmake --assume-old=defs AM_MAKEFLAGS='--assume-old=defs' check RECHECK_LOGS=
A bit verbose, I agree, but it doe
* Ralf Wildenhues wrote on Mon, Jun 07, 2010 at 11:23:23PM CEST:
> Improve declaration of dependencies in the testsuite.
> * tests/Makefile.am (check_SCRIPTS): Remove. Instead, let ...
> ($(TEST_LOGS)): ... all test logs depend on the scripts.
> * test/gen-parallel-tests: F
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
es the corresponding `foo.test'.
From 982b4772b803a3b55e22ab11767fa825a51ca04d Mon Sep 17 00:00:00 2001
From: Stefano Lattarini
Date: Sat, 8 May 2010 03:04:09 +0200
Subject: [PATCH] Improve declaration of dependencies in the testsuite.
* tests/Makefile.am: Declare all the testsuite logs as depende