build-sys: Don't use Automake test driver unless actually necessary.
commit1dd3f5d77dc013624f6848801f4885c485595425
authorPeter TB Brett <peter@peter-b.co.uk>
Wed, 25 Sep 2013 21:34:27 +0000 (25 22:34 +0100)
committerPeter TB Brett <peter@peter-b.co.uk>
Wed, 25 Sep 2013 21:41:15 +0000 (25 22:41 +0100)
tree17e9afb142aa3153c709765cafbf0f4e06790eb7
parent9013d967a865f35c0f946e30c0f41073cc606e5f
build-sys: Don't use Automake test driver unless actually necessary.

Most of the tests in geda-gaf actually provide their own test drivers
in the form of a shell script.  It's actually better just to run them
directly in a check-local rule than to use the Automake test driver
(which eats all the output now that parallel tests are being used).

(imported from commit b7a373f8846fa91c92e4a628e0691b7f865af3e0)
gnetlist/tests/common/Makefile.am
utils/tests/gxyrs/Makefile.am
utils/tests/refdes_renum/Makefile.am