From 4034c6de0bde16c6a614b78df4d5aa39b2e3c21f Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Thu, 17 Mar 2016 22:27:56 +0000 Subject: Make tests run in serial as they break in parallel It would be nice to fix them in parallel but I lack the time. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e25882e..d08a006 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT([patchelf], m4_esyscmd([printf $(cat ./version)])) AC_CONFIG_SRCDIR([src/patchelf.cc]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests]) +AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests serial-tests]) AM_PROG_CC_C_O AC_PROG_CXX -- cgit v0.12