chiark / gitweb /
build: Add parallel-tests automake option
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 21 Jan 2015 16:10:20 +0000 (17:10 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Wed, 21 Jan 2015 16:10:20 +0000 (17:10 +0100)
commit91ca5bf0b6f3b487a16cc262527c9de6744db624
tree0ead63c266f012d5f9037cb240e16b06b6bc6cba
parent77354c7e6f096a447245a8781c1eaa4acbe67089
build: Add parallel-tests automake option

We use PY_LOG_COMPILER in Makefile.am for running *.py tests, which requires
automake's parallel test runner. This has only been the default from 1.13 on.
As we only require automake 1.11, add it as an option explicitly.
configure.ac