automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/7] Refactoring of testcases initialization code (was: Re: [PATC


From: Stefano Lattarini
Subject: [PATCH 0/7] Refactoring of testcases initialization code (was: Re: [PATCH 0/5] More cosmetic and consistency changes for tests/defs)
Date: Sun, 7 Nov 2010 15:40:33 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

Hello automakers.

On Wednesday 08 September 2010, Stefano Lattarini wrote:
> Stefano Lattarini (5):
>   Tests defs: various reorderings, some improvements.
>   Tests defs: prefer "$curdir" over "`pwd`", where possible.
>   Tests defs: rename $curdir -> $testbuilddir
>   Tests defs: do not print message "Running test $0" anymore.
>   Tests defs: improve messages for skipped tests.
> 
>  ChangeLog     |   30 +++++
>  tests/defs.in |  393 
> +++++++++++++++++++++++++++++++++++----------------------
>  2 files changed, 272 insertions(+), 151 deletions(-)
> 
I've rebased this patch series (excluded the last patch, n.5) against
latest master, and extended it somewhat (there are seven patches now).
I will soon post the amended patches in this same thread.

I will wait the customary 72 hours before pushing the series (i.e. until
wednesday evening).

Please note that the amended patch series is a prerequisite to the
"speed-up oriented" refactoring of the `instspc-*' tests (this is
also the reason I've left out the last of the older patches from
the rebasing: it's not needed right now).

Regards,
  Stefano

-*-*-*-

Stefano Lattarini (7):
  Tests defs: various reorderings, some improvements.
  Tests defs: prefer "$curdir" over "`pwd`".
  Tests defs: rename $curdir -> $testbuilddir
  Tests defs: do not print message "Running test $0" anymore.
  Tests defs: $testsbuilddir is now AC_SUBST'ed.
  Tests defs: new AC_SUBST'ed variable $top_testsbuilddir.
  Tests defs: move static definitions in a new file `minidefs'.

 ChangeLog               |   50 ++++++
 configure               |   45 +++++-
 configure.ac            |    3 +-
 tests/.gitignore        |    2 +-
 tests/Makefile.am       |    6 +-
 tests/Makefile.in       |   18 +-
 tests/{defs.in => defs} |  387 ++++++++++++++++++++++-------------------------
 tests/minidefs.in       |   99 ++++++++++++
 8 files changed, 384 insertions(+), 226 deletions(-)
 rename tests/{defs.in => defs} (74%)
 create mode 100644 tests/minidefs.in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]