On Thursday 09 December 2010, Stefano Lattarini wrote: > Another testsuite-enhancing patch, based off of maint and intended for > master. > > Tested with Solaris 10 XPG4 make, Solaris 10 CCS make, Solaris 10 dmake, > Heirloom make, GNU make from 3.79 up to 3.82, with the Debian ports of > NetBSD make and FreeBSD make, with dash 0.5.2, bash 2.0, bash 4.1, pdksh, > Solaris 10 /bin/sh and Heirloom shell. > > I'll wait the customary 72 hours (until sunday evening) before > pushing. > > Regards, > Stefano > > -*-*-*- > > Test `$(var:suf=rpl)' expansion in special automake variables. > > * tests/posixsubst-data.test: New test. > * tests/posixsubst-extradist.test: Likewise. > * tests/posixsubst-ldadd.test: Likewise. > * tests/posixsubst-libraries.test: Likewise. > * tests/posixsubst-ltlibraries.test: Likewise. > * tests/posixsubst-programs.test: Likewise. > * tests/posixsubst-scripts.test: Likewise. > * tests/posixsubst-sources.test: Likewise. > * tests/posixsubst-tests.test: Likewise. > * tests/Makefile.am (TESTS): Update. > --- > ChangeLog | 14 ++++++ > tests/Makefile.am | 9 ++++ > tests/Makefile.in | 10 ++++ > tests/posixsubst-data.test | 76 +++++++++++++++++++++++++++++++ > tests/posixsubst-extradist.test | 56 +++++++++++++++++++++++ > tests/posixsubst-ldadd.test | 78 ++++++++++++++++++++++++++++++++ > tests/posixsubst-libraries.test | 65 +++++++++++++++++++++++++++ > tests/posixsubst-ltlibraries.test | 67 ++++++++++++++++++++++++++++ > tests/posixsubst-programs.test | 64 ++++++++++++++++++++++++++ > tests/posixsubst-scripts.test | 89 > +++++++++++++++++++++++++++++++++++++ > tests/posixsubst-sources.test | 82 ++++++++++++++++++++++++++++++++++ > tests/posixsubst-tests.test | 70 +++++++++++++++++++++++++++++ > 12 files changed, 680 insertions(+), 0 deletions(-) > create mode 100755 tests/posixsubst-data.test > create mode 100755 tests/posixsubst-extradist.test > create mode 100755 tests/posixsubst-ldadd.test > create mode 100755 tests/posixsubst-libraries.test > create mode 100755 tests/posixsubst-ltlibraries.test > create mode 100755 tests/posixsubst-programs.test > create mode 100755 tests/posixsubst-scripts.test > create mode 100755 tests/posixsubst-sources.test > create mode 100755 tests/posixsubst-tests.test >
I've now merged this patch into master, and pushed. Regards, Stefano