ref: a69368e1c0a028b50f1c00864d9c7c2f4527a089
parent: cb3cc53014b0d0bc01a64808ebda8eb959f60397
author: Ralph Giles <[email protected]>
date: Tue Nov 29 08:24:56 EST 2011
Use automake's support for parallel test execution. On my system this speeds up 'make -j8 check' by about 50%. The drawback is that we don't get to see Greg's nice output from the test programmes. It's hidden in a log file, even on failure or 'make V=1'. Probably this is better for most people; developers can run the tests manually.
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-AUTOMAKE_OPTIONS = subdir-objects
+AUTOMAKE_OPTIONS = subdir-objects color-tests parallel-tests
lib_LTLIBRARIES = libopus.la