tests: better name for a couple of tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 18 Jan 2012 13:47:10 +0000 (14:47 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 18 Jan 2012 13:47:10 +0000 (14:47 +0100)
commitb94e8bb67517e6cbfb84a7666e5690d4abc56d97
treed1a2fa04609a2994feabc5cfe59f870cdb59caad
parentcff337e603794fac08d87e870b5a5cecb0491d40
tests: better name for a couple of tests

Two tests checking "make -n" behaviour with the parallel-tests
harness has been introduced in the Automake repository in the past:
one of them ('parallel-tests-dryrun.test') in the maint branch, the
other one ('parallel-tests-dry-run.test') in the master branch.

Needless to say, their too-much-similar names can be a great source
of confusion now.  Moreover, the two tests have been written during
distinct refactorings, and are meant to exercise different code
paths and/or usage scenarios, so that no one of them subsumes the
other, and they should be both kept.

Thus we simply rename both of them to avoid future confusion.

* tests/parallel-tests-dryrun.test: Renamed ...
* tests/parallel-tests-dry-run-1.test: .. to this.
* tests/parallel-tests-dry-run.test: Renamed ...
* tests/parallel-tests-dry-run-2.test: .. to this.
Add cross-reference among them.
* tests/list-of-tests.mk: Adjust.
tests/list-of-tests.mk
tests/parallel-tests-dry-run-1.test [moved from tests/parallel-tests-dryrun.test with 96% similarity]
tests/parallel-tests-dry-run-2.test [moved from tests/parallel-tests-dry-run.test with 93% similarity]