This should hopefully allow us to detect unnecessary incompatibilities between `prove' and the automake TAP driver. Also, a more "real" use of prove and its features might help us to work out which parts of them we might support (or even interface with) in automake-generated test harnesses; in the hope of fighting the NIH syndrome.
I've pushed these patches into a new topic branch `prove'; I will merge them into master soonish if there is no objection. Stefano Lattarini (2): tests: allow use of `prove' to run automake testsuite prove: avoid weird signal-related bug ChangeLog | 24 ++++++ tests/Makefile.am | 83 +++++++++++++++++++++ tests/Makefile.in | 159 +++++++++++++++++++++++++++++++++++++++-- tests/defs | 16 +++- tests/gen-testsuite-part | 13 ++-- tests/prove-runner | 50 +++++++++++++ 6 files changed, 331 insertions(+), 14 deletions(-) create mode 100755 tests/prove-runner mode change 100644 => 100755 tests/test-logs-repeated.test -- 1.7.2.3