tests: remove recipes that run tests with 'prove'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Apr 2012 10:34:49 +0000 (12:34 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 6 Apr 2012 19:28:52 +0000 (21:28 +0200)
commitf8e822bbc197f01fc722aa6def7cddb4182e3c66
tree10208fad6edb4881bde722390f2cdc009e1ecc04
parent23f0543ef6113af566b6fc733ee8fa9f461785aa
tests: remove recipes that run tests with 'prove'

Those recipes has served its purpose by helping us during the
development of TAP support in Automake, to ensure our TAP driver
didn't have gratuitous incompatibilities with the 'prove' test
runner.  But they are now unused, out-of-date and bitrotting.  So
it's better to just remove them.  We can resurrect them at a later
time if the need arises.

* tests/Makefile.am (PROVE, AM_PROVEFLAGS, AM_PROVECMD): Remove
these variables.
(prove, installprove): Remove these targets and their recipe.
(EXTRA_DIST): Don't distribute 'ax/prove-runner' anymore.
* ax/prove-runner: Delete.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
tests/Makefile.am
tests/ax/prove-runner [deleted file]