against currently running test for the first and last element
of $(TESTS): add spacing so Solaris make does VPATH expansion
on these words, too.
* tests/check6.test: Update.
+2006-09-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * lib/am/check.am (check-TESTS): Fix matching of XFAIL_TESTS
+ against currently running test for the first and last element
+ of $(TESTS): add spacing so Solaris make does VPATH expansion
+ on these words, too.
+ * tests/check6.test: Update.
+
2006-08-30 Paul Eggert <eggert@cs.ucla.edu>
For PR automake/501:
check-TESTS: $(TESTS)
@failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
srcdir=$(srcdir); export srcdir; \
- list='$(TESTS)'; \
+## Make sure Solaris VPATH-expands all members of this list, even
+## the first and the last one; thus the spaces around $(TESTS)
+ list=' $(TESTS) '; \
if test -n "$$list"; then \
for tst in $$list; do \
if test -f ./$$tst; then dir=./; \
# Boston, MA 02110-1301, USA.
# Test for PR 400: XFAIL_TESTS delimited by TABs.
+# Also test that Solaris make VPATH rewriting is honored
. ./defs || exit 1
./configure
$MAKE check
+$MAKE distclean
+mkdir build
+cd build
+../configure
+$MAKE check