tags 14581 + notabug close 14581 stop On 06/08/2013 11:14 PM, Xavier Roche wrote: > Hi folks! > Hi Xavier.
> While trying automake 1.13, users stumbled upon regression from previous > releases, when using TESTS = *.test in automake test suite. > That's because, starting from Automake 1.13, the default testsuite harness has been switched from the old serial one to the new parallel one (which was introduced in Automake 1.11). And the parallel harness has never supported the use of wildcards in TESTS. If you want to continue using the serial harness with Automake 1.13, you have to specify the 'serial-tests' option (introduced in Automake 1.12). I'm closing this bug report; but if you still have doubts or encounter further problems, feel free to continue the discussion here. > [SNIP] HTH, Stefano