diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-22 01:48:52 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-05-22 22:46:18 +0200 |
commit | 8c64f4c94278dbb66b33aeb3c396c6b1fd04387a (patch) | |
tree | 1aa175517cd86978b4619e3197dc176c121080c2 /t/test-driver-fail.sh | |
parent | 9c259ea642d885b8a6b5f3414e7e0016752b9c91 (diff) | |
download | automake-8c64f4c94278dbb66b33aeb3c396c6b1fd04387a.tar.gz |
[ng] check: unconditionally distribute test-driver
This new behaviour is suboptimal, but will allow us to move yet more
logic and processing from the automake scripts into the generated
Makefiles.
* automake.in (handle_tests): Distribute 'test-driver' unconditionally
if the variable TESTS is defined and the 'serial-tests' option is not
used.
(handle_per_suffix_test): Don't distribute 'test-driver' anymore.
* Several tests: Adjust.
* t/test-driver-custom-no-extra-driver.sh: Remove as obsolete.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/test-driver-fail.sh')
-rwxr-xr-x | t/test-driver-fail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-driver-fail.sh b/t/test-driver-fail.sh index f53e58fa8..1a4f59b96 100755 --- a/t/test-driver-fail.sh +++ b/t/test-driver-fail.sh @@ -42,7 +42,7 @@ chmod a+x foo $ACLOCAL $AUTOCONF -$AUTOMAKE +$AUTOMAKE -a ./configure |