aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2011-11-29 13:24:56 -0800
committerRalph Giles <giles@mozilla.com>2012-03-05 17:09:53 -0800
commita69368e1c0a028b50f1c00864d9c7c2f4527a089 (patch)
tree04058f0ffd6e41b997448880aa0d8496417e017d /Makefile.am
parentcb3cc53014b0d0bc01a64808ebda8eb959f60397 (diff)
downloadlibopus-a69368e1c0a028b50f1c00864d9c7c2f4527a089.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6e9f3d5b..61a083f9 100644
--- 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