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