Skip to content
Snippets Groups Projects
Commit a69368e1 authored by Ralph Giles's avatar Ralph Giles
Browse files

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.
parent cb3cc530
No related branches found
No related tags found
Loading
AUTOMAKE_OPTIONS = subdir-objects
AUTOMAKE_OPTIONS = subdir-objects color-tests parallel-tests
lib_LTLIBRARIES = libopus.la
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment