summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authoram813nt <am813nt@gmail.com>2017-08-02 11:57:33 (GMT)
committeram813nt <am813nt@gmail.com>2017-08-02 11:57:33 (GMT)
commita6e524c418414717cee0c14e8e04a81088b7d9e7 (patch)
tree02c3960f455471382c3f50c8c180f2192ed6b278 /configure.ac
parent29c085fd9d3fc972f75b3961905d6b4ecce7eb2b (diff)
downloadpatchelf-a6e524c418414717cee0c14e8e04a81088b7d9e7.zip
patchelf-a6e524c418414717cee0c14e8e04a81088b7d9e7.tar.gz
patchelf-a6e524c418414717cee0c14e8e04a81088b7d9e7.tar.bz2
Fixed tests to be running with parallel-tests
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d08a006..e25882e 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 serial-tests])
+AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests])
AM_PROG_CC_C_O
AC_PROG_CXX