Use the newer automake test driver "parallel-tests". This driver:
authorMorgan Deters <mdeters@gmail.com>
Thu, 27 May 2010 19:49:17 +0000 (19:49 +0000)
committerMorgan Deters <mdeters@gmail.com>
Thu, 27 May 2010 19:49:17 +0000 (19:49 +0000)
commite5c77b0674a9cb698e6012ccc1950fef9bee4f8d
treef7bba60da261be820931148c8637c3cf2b116514
parent6f5d68c98be8a53ed98b0c0bd1c466f415b01526
Use the newer automake test driver "parallel-tests".  This driver:

* keeps test logs around
* provides parallel testing functionality (with make -jN).

I've also added new functionality in test/Makefile.am which deletes old test logs, ensures that ALL tests are tried (even if units fail), and provides a color-coded summary at the end of the test run, which shows how many units, regressions (per level), and system tests failed (or passed), and provides a link to the log file for further information.

Resolves bug 117.
configure.ac
test/Makefile.am
test/regress/Makefile.am
test/unit/Makefile.am