From 35ea88cf6ba99309cb85eb9bb6fd0057f0dfef71 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 5 Aug 2013 01:31:38 +0200 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 982ddfda..72fa57a1 100644 --- a/configure.ac +++ b/configure.ac @@ -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