bug#9400: parallel-tests doesn't support `-' character in test extensions

2011-10-06 Thread Stefano Lattarini
tags 9400 patch close 9400 thanks Reference: On Saturday 01 October 2011, Stefano Lattarini wrote: > For the moment, I've decided to take the easiest route, documenting the > limitation and correcting the diagnostic. Such restriction could e

bug#9400: parallel-tests doesn't support `-' character in test extensions

2011-10-01 Thread Stefano Lattarini
On Monday 29 August 2011, Stefano Lattarini wrote: > I catched this while working some more on the Automake testsuite: > > $ cat Makefile.am > TEST_EXTENSIONS = .t-1 > TESTS = foo.t-1 > $ cat configure.ac > AC_INIT([foo], [1.0]) > AM_INIT_AUTOMAKE([foreign -Wall parallel-tests]) > AC_CONFIG

bug#9400: parallel-tests doesn't support `-' character in test extensions

2011-08-29 Thread Stefano Lattarini
I catched this while working some more on the Automake testsuite: $ cat Makefile.am TEST_EXTENSIONS = .t-1 TESTS = foo.t-1 $ cat configure.ac AC_INIT([foo], [1.0]) AM_INIT_AUTOMAKE([foreign -Wall parallel-tests]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT $ aclocal $ autoconf $ : > install-s