Merge pull request #212 from rhansen/automake-parallel-tests

Enable Automake's parallel-tests feature
This commit is contained in:
Sandro 2020-07-01 00:27:17 +02:00 committed by GitHub
commit 05e5759aa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ AC_REQUIRE_AUX_FILE([tap-driver.sh])
# tap-driver.sh, so build-aux/tap-driver.sh is checked in to keep the # tap-driver.sh, so build-aux/tap-driver.sh is checked in to keep the
# above AC_REQUIRE_AUX_FILE line from causing configure to complain # above AC_REQUIRE_AUX_FILE line from causing configure to complain
# about a mising file if the user has Automake 1.11.) # about a mising file if the user has Automake 1.11.)
AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign subdir-objects]) AM_INIT_AUTOMAKE([1.11 -Wall -Werror foreign subdir-objects parallel-tests])
AM_SILENT_RULES AM_SILENT_RULES
AC_PROG_MKDIR_P AC_PROG_MKDIR_P