build: disable parallel automake tests

Our tests are not parallelizable and besides, they're one big test
from the perspective of the automake test driver anyway. Turn on
serial mode.
This commit is contained in:
Ben Noordhuis 2013-08-05 01:31:38 +02:00
parent fb2a6d4a15
commit 35ea88cf6b

View File

@ -14,7 +14,7 @@
AC_PREREQ(2.57)
AC_INIT([libuv], [0.11.5], [https://github.com/joyent/libuv/issues])
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror])
AM_INIT_AUTOMAKE([foreign serial-tests subdir-objects -Wall -Werror])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
AC_ENABLE_SHARED