tests/prove-runner


Log

Author Commit Date CI Message
Stefano Lattarini 0313d37b 2012-02-16T10:42:38 maint: add some missing copyright notices * tests/ChangeLog-old: Add copyright notice. * tests/aclocal.in: Likewise. * tests/automake.in: Likewise. * tests/extract-testsuite-summary: Likewise. * tests/prove-runner: Likewise.
Stefano Lattarini 222c1eed 2011-09-12T10:01:26 cosmetics: fix typo in 'prove-runner' script * tests/prove-runner: Remove erroneously-repeated word. * THANKS: Update. Reported by Dave Hart.
Stefano Lattarini f5f5c23d 2011-09-09T16:31:27 tests: allow use of `prove' to run automake testsuite * tests/prove-runner: New helper script; mostly it wraps our `*.test' test scripts to make them runnable by the `prove' utility. * tests/Makefile.am (EXTRA_DIST): Distribute it. (PROVE, AM_PROVEFLAGS, AM_PROVECMD): New variables. (prove, installprove): New targets, used run the automake testsuite through the `prove' utility. * tests/gen-testsuite-part: For any considered dependency, generate a variables that groups all the tests depending on it. This is especially useful for use in the new `prove' and `installprove' targets, which cannot rely on make for inter-test dependencies, and have to handle them "by hand".