run gnulib-tests in parallel
authorJim Meyering <meyering@redhat.com>
Fri, 13 Jun 2008 18:31:46 +0000 (20:31 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 14 Jun 2008 20:35:02 +0000 (22:35 +0200)
commit44530f2ddd97e02728520cca9cb0ba2bada750d1
treeda2427f02628310a657af43856effbdbbd4c893a
parent9823682c2f339886cb302dfc4ed4c5d75e911d3e
run gnulib-tests in parallel

* tests/Makefile.am: Define AUTOMAKE_OPTIONS, so check.mk can append.
* tests/check.mk: Define SUFFIXES, so check.mk can append.
* build-aux/check.mk (SUFFIXES): Append, so as not to evoke
automake warning the prior definition in gnulib-tests/gnulib.mk.
(AUTOMAKE_OPTIONS): Likewise.
* gnulib-tests/Makefile.am (TEST_LOGS): Define.
Include build-aux/check.mk
build-aux/check.mk
gnulib-tests/Makefile.am
tests/Makefile.am
tests/check.mk