testsuite: avoid re-running few tests with 'parallel-tests' option
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 20 May 2011 21:18:39 +0000 (23:18 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 20 May 2011 21:26:56 +0000 (23:26 +0200)
commit82fc4d353ce941f09f16738a31fb8958d0320be2
tree8fe254698ac6c05cfa7fc6a7ac2d2189f0229174
parent3352b4e8e52d48fd98cda77750d21a819f5cfd47
testsuite: avoid re-running few tests with 'parallel-tests' option

Some tests in our testsuite use the 'simple-tests' driver only
marginally, or simply as a mean to conveniently check unrelated
invariants.  It makes little sense to force these tests to also
run with the 'parallel-tests' Automake option active, as doing so
offers no real gain in coverage, while often causing a measurable
overhead in execution time (for an already too-slow testsuite).

* tests/pr401.test (parallel_tests): Define to "no", to prevent
the generation of a sibling test script using the 'parallel-tests'
driver.
* tests/pr401b.test: Likewise.
* tests/pr401c.test: Likewise.
ChangeLog
tests/Makefile.in
tests/pr401.test
tests/pr401b.test
tests/pr401c.test