summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@aura-online.co.uk>2016-03-17 22:27:56 (GMT)
committerJames Le Cuirot <chewi@aura-online.co.uk>2016-03-17 22:27:56 (GMT)
commit4034c6de0bde16c6a614b78df4d5aa39b2e3c21f (patch)
treeb18c341d2d94def8ac63c0ec2a2e752cc9b04533
parent44b7f9583ffe0ee09c4da8bd996ef9a6a0017e1a (diff)
downloadpatchelf-4034c6de0bde16c6a614b78df4d5aa39b2e3c21f.zip
patchelf-4034c6de0bde16c6a614b78df4d5aa39b2e3c21f.tar.gz
patchelf-4034c6de0bde16c6a614b78df4d5aa39b2e3c21f.tar.bz2
Make tests run in serial as they break in parallel
It would be nice to fix them in parallel but I lack the time.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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