diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-04-18 11:40:15 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-04-18 11:40:15 +0200 |
commit | f46359b42790945e42e78a620e651ce66c2b8833 (patch) | |
tree | e5d28d358e38fdcb54af3a2a00832abef4849d09 /syntax-checks.mk | |
parent | 0c2cc2c9d171ef21ef54c87569837ff41cd09a9d (diff) | |
download | automake-f46359b42790945e42e78a620e651ce66c2b8833.tar.gz |
parallel-tests: 'recheck' must depend on 'all'
Fixes automake bug#11252.
When a developer experience one or more failures in the testsuite, a good
workflow is for him to modify its program's sources to fix the bug thus
revealed, run "make recheck" to verify that the change has indeed solved
the testsuite failures previously experienced, and then run "make check"
to verify that the change has not introduced any new failure or regression.
Unfortunately, this apparently natural workflow couldn't have worked until
now, since the Automake-provided 'recheck' target (which didn't depend on
'all') wouldn't have causes the program to be recompiled, and the failed
tests would have thus been run with the older, buggy version of the
program, failing the same way as before.
* lib/am/check.am (recheck): Depend on 'all'.
* t/parallel-tests-recheck-depends-on-all.sh: New test.
* t/list-of-tests.mk: Add it.
* NEWS: Update.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'syntax-checks.mk')
0 files changed, 0 insertions, 0 deletions